Home
last modified time | relevance | path

Searched refs:NMMONSCANINPROG (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h750 #define NMMONSCANINPROG 0x0001 /* monitored node is currently updating attributes */ macro
H A Dnfs_node.c1054 while (np->n_mflag & NMMONSCANINPROG) { in nfs_vnop_reclaim()
H A Dnfs_socket.c2281 np->n_mflag |= NMMONSCANINPROG; in nfs_mount_sock_thread()
2288 np->n_mflag &= ~NMMONSCANINPROG; in nfs_mount_sock_thread()
H A Dnfs_vnops.c8798 while (np->n_mflag & NMMONSCANINPROG) { in nfs_vnop_monitor()