Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15879 flock64_t ul_fl; in nfs4_reinstitute_local_lock_state() local
15947 ul_fl.l_type = F_UNLCK; in nfs4_reinstitute_local_lock_state()
15948 ul_fl.l_whence = 0; /* aka SEEK_SET */ in nfs4_reinstitute_local_lock_state()
15949 ul_fl.l_sysid = lost_flp->l_sysid; in nfs4_reinstitute_local_lock_state()
15950 ul_fl.l_pid = lost_flp->l_pid; in nfs4_reinstitute_local_lock_state()
15964 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()
15965 ul_fl.l_len = end_to_len(cur_start, in nfs4_reinstitute_local_lock_state()
15968 push_reinstate(vp, cmd, &ul_fl, cr, lop); in nfs4_reinstitute_local_lock_state()
15982 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()
15987 ul_fl.l_len = 0; in nfs4_reinstitute_local_lock_state()
[all …]