Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15855 flock64_t ul_fl; in nfs4_reinstitute_local_lock_state() local
15923 ul_fl.l_type = F_UNLCK; in nfs4_reinstitute_local_lock_state()
15924 ul_fl.l_whence = 0; /* aka SEEK_SET */ in nfs4_reinstitute_local_lock_state()
15925 ul_fl.l_sysid = lost_flp->l_sysid; in nfs4_reinstitute_local_lock_state()
15926 ul_fl.l_pid = lost_flp->l_pid; in nfs4_reinstitute_local_lock_state()
15940 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()
15941 ul_fl.l_len = end_to_len(cur_start, in nfs4_reinstitute_local_lock_state()
15944 push_reinstate(vp, cmd, &ul_fl, cr, lop); in nfs4_reinstitute_local_lock_state()
15958 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()
15963 ul_fl.l_len = 0; in nfs4_reinstitute_local_lock_state()
[all …]