Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfsnode.h152 #define NCHG 0x00000400 /* Special file times changed */
155 #define NCHG global() macro
H A Dnfs_clsubs.c249 if (np->n_flag & NCHG) { in ncl_getattrcache()
H A Dnfs_clport.c599 if (np->n_flag & NCHG) { in nfscl_loadattrcache()
H A Dnfs_clvnops.c999 np->n_flag |= NCHG; in nfs_getattr()
3534 np->n_flag |= NCHG; in nfsfifo_close()
/freebsd/sys/nfsclient/
H A Dnfsnode.h151 #define NCHG 0x0400 /* Special file times changed */ macro