Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/nfsclient/
HDnfsnode.h152 #define NUPD 0x00000200 /* Special file updated */ macro
HDnfs_clsubs.c250 if (np->n_flag & NUPD) in ncl_getattrcache()
HDnfs_clvnops.c813 if (np->n_flag & (NACC | NUPD)) in nfs_getattr()
3294 np->n_flag |= NUPD; in nfsfifo_write()
3314 if (np->n_flag & (NACC | NUPD)) { in nfsfifo_close()
3318 if (np->n_flag & NUPD) in nfsfifo_close()
3326 if (np->n_flag & NUPD) in nfsfifo_close()
HDnfs_clport.c570 if (np->n_flag & NUPD) in nfscl_loadattrcache()
/freebsd-11-stable/sys/nfsclient/
HDnfsnode.h151 #define NUPD 0x0200 /* Special file updated */ macro