Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h373 #define NFSSTA_SPLIT_OPEN_OWNER 0x00000020 /* open-owner is based on uid and pid */ macro
H A Dnfsm_subs.h551 if (ISSET((NMP)->nm_state, NFSSTA_SPLIT_OPEN_OWNER)) { \
H A Dnfs_vfsops.c3216 nmp->nm_state |= NFSSTA_SPLIT_OPEN_OWNER; in mountnfs()
H A Dnfs4_vnops.c2004 int split_open_owner = ISSET(nmp->nm_state, NFSSTA_SPLIT_OPEN_OWNER); in nfs_open_owner_find()