Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/lockd/
A Dclntproc.c138 (unsigned int)fl->fl_u.nfs_fl.owner->pid, in nlmclnt_setlockargs()
140 lock->svid = fl->fl_u.nfs_fl.owner->pid; in nlmclnt_setlockargs()
173 if (!fl->fl_u.nfs_fl.owner) { in nlmclnt_proc()
461 new->fl_u.nfs_fl.state = fl->fl_u.nfs_fl.state; in nlmclnt_locks_copy_lock()
462 new->fl_u.nfs_fl.owner = nlmclnt_get_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_copy_lock()
463 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
470 list_del(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_release_private()
472 nlmclnt_put_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_release_private()
482 fl->fl_u.nfs_fl.state = 0; in nlmclnt_locks_init_private()
484 INIT_LIST_HEAD(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_init_private()
[all …]
A Dclntlock.c187 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
260 list_for_each_entry_safe(fl, next, &host->h_reclaim, fl_u.nfs_fl.list) { in reclaimer()
261 list_del_init(&fl->fl_u.nfs_fl.list); in reclaimer()
273 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted); in reclaimer()
/linux-6.3-rc2/include/linux/
A Dfilelock.h116 struct nfs_lock_info nfs_fl; member

Completed in 7 milliseconds