Searched refs:fl_u (Results 1 – 7 of 7) sorted by relevance
126 list_del_init(&p->fl_u.afs.link); in afs_next_locker()127 p->fl_u.afs.state = error; in afs_next_locker()167 list_del_init(&p->fl_u.afs.link); in afs_kill_lockers_enoent()168 p->fl_u.afs.state = -ENOENT; in afs_kill_lockers_enoent()565 fl->fl_u.afs.state = ret; in afs_do_setlk()572 fl->fl_u.afs.state = ret; in afs_do_setlk()579 fl->fl_u.afs.state = ret; in afs_do_setlk()648 if (fl->fl_u.afs.state >= 0 && fl->fl_u.afs.state != AFS_LOCK_GRANTED) { in afs_do_setlk()651 switch (fl->fl_u.afs.state) { in afs_do_setlk()677 ret = fl->fl_u.afs.state; in afs_do_setlk()[all …]
137 (unsigned int)fl->fl_u.nfs_fl.owner->pid, in nlmclnt_setlockargs()139 lock->svid = fl->fl_u.nfs_fl.owner->pid; in nlmclnt_setlockargs()172 if (!fl->fl_u.nfs_fl.owner) { in nlmclnt_proc()460 new->fl_u.nfs_fl.state = fl->fl_u.nfs_fl.state; in nlmclnt_locks_copy_lock()461 new->fl_u.nfs_fl.owner = nlmclnt_get_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_copy_lock()462 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()469 list_del(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_release_private()471 nlmclnt_put_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_release_private()481 fl->fl_u.nfs_fl.state = 0; in nlmclnt_locks_init_private()483 INIT_LIST_HEAD(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_init_private()[all …]
187 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()
957 struct nfs4_lock_state *lsp = src->fl_u.nfs4_fl.owner; in nfs4_fl_copy_lock()959 dst->fl_u.nfs4_fl.owner = lsp; in nfs4_fl_copy_lock()965 nfs4_put_lock_state(fl->fl_u.nfs4_fl.owner); in nfs4_fl_release_lock()982 fl->fl_u.nfs4_fl.owner = lsp; in nfs4_set_lock_state()1536 lsp = fl->fl_u.nfs4_fl.owner; in nfs4_reclaim_locks()
2292 struct nfs4_lock_state *lsp = fl->fl_u.nfs4_fl.owner; in nfs4_handle_delegation_recall_error()6599 lsp = request->fl_u.nfs4_fl.owner; in _nfs4_proc_getlk()6871 lsp = request->fl_u.nfs4_fl.owner; in nfs4_proc_unlck()7093 fl->fl_u.nfs4_fl.owner, in _nfs4_do_setlk()7158 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags); in nfs4_lock_expired()7187 lsp = request->fl_u.nfs4_fl.owner; in nfs41_lock_expired()7300 struct nfs4_lock_state *lsp = request->fl_u.nfs4_fl.owner; in nfs4_retry_setlk()
1280 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0;1314 __entry->debug_id = fl->fl_u.afs.debug_id;
1143 } fl_u; member
Completed in 42 milliseconds