Home
last modified time | relevance | path

Searched refs:nfsidmap_pid (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c244 nig->nfsidmap_pid = NOPID; in nfs_idmap_init_zone()
346 if (dh == NULL || nig->nfsidmap_pid == curproc->p_pid || in nfs_idmap_str_uid()
356 if (!error && nig->nfsidmap_pid == curproc->p_pid) in nfs_idmap_str_uid()
553 if (dh == NULL || nig->nfsidmap_pid == curproc->p_pid) { in nfs_idmap_uid_str()
725 if (dh == NULL || nig->nfsidmap_pid == curproc->p_pid || in nfs_idmap_str_gid()
735 if (!error && nig->nfsidmap_pid == curproc->p_pid) in nfs_idmap_str_gid()
933 if (dh == NULL || nig->nfsidmap_pid == curproc->p_pid) { in nfs_idmap_gid_str()
1145 nig->nfsidmap_pid = curproc->p_pid; in nfs_idmap_args()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h95 pid_t nfsidmap_pid; member