Searched refs:nfs_remove_locking_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c79 static int nfs_remove_locking_id(vnode_t *, int, char *, char *, int *);
2883 * N.B. It is important to make sure nfs_remove_locking_id() is
2888 remote_lock_possible = nfs_remove_locking_id(vp, RLMPL_PID,
2916 (void) nfs_remove_locking_id(vp, RLMPL_PID,
2923 * which the call to nfs_remove_locking_id() may put the
2928 while (nfs_remove_locking_id(vp, RLMPL_OWNER,
3130 nfs_remove_locking_id(vnode_t *vp, int type, char *id, char *rid, int *rlen) function

Completed in 63 milliseconds