Home
last modified time | relevance | path

Searched refs:NUPD (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/fs/nfsclient/
HDnfsnode.h151 #define NUPD 0x00000200 /* Special file updated */ macro
HDnfs_clsubs.c252 if (np->n_flag & NUPD) in ncl_getattrcache()
HDnfs_clvnops.c997 if (np->n_flag & (NACC | NUPD)) in nfs_getattr()
3516 np->n_flag |= NUPD; in nfsfifo_write()
3536 if (np->n_flag & (NACC | NUPD)) { in nfsfifo_close()
3540 if (np->n_flag & NUPD) in nfsfifo_close()
3548 if (np->n_flag & NUPD) in nfsfifo_close()
HDnfs_clport.c601 if (np->n_flag & NUPD) in nfscl_loadattrcache()
/freebsd-13-stable/sys/nfsclient/
HDnfsnode.h152 #define NUPD 0x0200 /* Special file updated */ macro