Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h760 #define NMMONSCANINPROG 0x0001 /* monitored node is currently updating attributes */ macro
H A Dnfs_node.c1050 while (np->n_mflag & NMMONSCANINPROG) { in nfs_vnop_reclaim()
H A Dnfs_socket.c2279 np->n_mflag |= NMMONSCANINPROG; in nfs_mount_sock_thread()
2286 np->n_mflag &= ~NMMONSCANINPROG; in nfs_mount_sock_thread()
H A Dnfs_vnops.c8809 while (np->n_mflag & NMMONSCANINPROG) { in nfs_vnop_monitor()