Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfsnode.h151 #define NUPD 0x00000200 /* Special file updated */
154 #define NUPD global() macro
H A Dnfs_clsubs.c252 if (np->n_flag & NUPD) in ncl_getattrcache()
H A Dnfs_clvnops.c998 if (np->n_flag & (NACC | NUPD)) in nfs_getattr()
3508 np->n_flag |= NUPD; in nfsfifo_write()
3528 if (np->n_flag & (NACC | NUPD)) { in nfsfifo_close()
3532 if (np->n_flag & NUPD) in nfsfifo_close()
3540 if (np->n_flag & NUPD) in nfsfifo_close()
H A Dnfs_clport.c602 if (np->n_flag & NUPD) in nfscl_loadattrcache()
/freebsd/sys/nfsclient/
H A Dnfsnode.h150 #define NUPD 0x0200 /* Special file updated */ macro