Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dflock.c56 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
59 fl_u.afs.link) { in afs_grant_locks()
61 p->fl_u.afs.state = AFS_LOCK_GRANTED; in afs_grant_locks()
62 list_move_tail(&p->fl_u.afs.link, in afs_grant_locks()
210 struct file_lock, fl_u.afs.link); in afs_lock_work()
287 struct file_lock, fl_u.afs.link); in afs_lock_work()
295 fl->fl_u.afs.state = ret; in afs_lock_work()
299 list_del_init(&fl->fl_u.afs.link); in afs_lock_work()
392 if (vnode->granted_locks.next == &fl->fl_u.afs.link && in afs_dequeue_lock()
393 vnode->granted_locks.prev == &fl->fl_u.afs.link) { in afs_dequeue_lock()
[all …]
/Linux-v4.19/fs/lockd/
Dclntproc.c135 (unsigned int)fl->fl_u.nfs_fl.owner->pid, in nlmclnt_setlockargs()
137 lock->svid = fl->fl_u.nfs_fl.owner->pid; in nlmclnt_setlockargs()
170 if (!fl->fl_u.nfs_fl.owner) { in nlmclnt_proc()
457 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
458 new->fl_u.nfs_fl.state = fl->fl_u.nfs_fl.state; in nlmclnt_locks_copy_lock()
459 new->fl_u.nfs_fl.owner = nlm_get_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_copy_lock()
460 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
461 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
466 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
467 list_del(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_release_private()
[all …]
Dclntlock.c186 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
259 list_for_each_entry_safe(fl, next, &host->h_reclaim, fl_u.nfs_fl.list) { in reclaimer()
260 list_del_init(&fl->fl_u.nfs_fl.list); in reclaimer()
272 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
/Linux-v4.19/fs/nfs/
Dnfs4state.c942 struct nfs4_lock_state *lsp = src->fl_u.nfs4_fl.owner; in nfs4_fl_copy_lock()
944 dst->fl_u.nfs4_fl.owner = lsp; in nfs4_fl_copy_lock()
950 nfs4_put_lock_state(fl->fl_u.nfs4_fl.owner); in nfs4_fl_release_lock()
967 fl->fl_u.nfs4_fl.owner = lsp; in nfs4_set_lock_state()
1535 lsp = fl->fl_u.nfs4_fl.owner; in nfs4_reclaim_locks()
Dnfs4proc.c2134 struct nfs4_lock_state *lsp = fl->fl_u.nfs4_fl.owner; in nfs4_handle_delegation_recall_error()
6225 lsp = request->fl_u.nfs4_fl.owner; in _nfs4_proc_getlk()
6447 lsp = request->fl_u.nfs4_fl.owner; in nfs4_proc_unlck()
6671 fl->fl_u.nfs4_fl.owner, in _nfs4_do_setlk()
6736 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags); in nfs4_lock_expired()
6765 lsp = request->fl_u.nfs4_fl.owner; in nfs41_lock_expired()
6886 struct nfs4_lock_state *lsp = request->fl_u.nfs4_fl.owner; in nfs4_retry_setlk()
/Linux-v4.19/include/linux/
Dfs.h1056 } fl_u; member