Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dfilelock.h72 __field(fl_owner_t, fl_owner)
86 __entry->fl_owner = fl ? fl->fl_owner : NULL;
97 __entry->i_ino, __entry->fl_blocker, __entry->fl_owner,
129 __field(fl_owner_t, fl_owner)
141 __entry->fl_owner = fl ? fl->fl_owner : NULL;
150 __entry->i_ino, __entry->fl_blocker, __entry->fl_owner,
182 __field(fl_owner_t, fl_owner)
193 __entry->fl_owner = fl->fl_owner;
201 __entry->icount, __entry->fl_owner,
/openbmc/linux/fs/
H A Dlocks.c211 …pr_warn("%s: fl_owner=%p fl_flags=0x%x fl_type=0x%x fl_pid=%u\n", list_type, fl->fl_owner, fl->fl_… in locks_dump_ctx_list()
245 fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid); in locks_check_ctx_file_list()
296 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()
297 fl->fl_owner = NULL; in locks_release_private()
320 if (fl->fl_owner != owner) in locks_owner_has_blockers()
364 new->fl_owner = fl->fl_owner; in locks_copy_conflock()
376 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()
434 fl->fl_owner = filp; in flock_make_lock()
492 fl->fl_owner = current->files; in flock64_to_posix_lock()
557 fl->fl_owner = filp; in lease_init()
[all …]
/openbmc/linux/fs/lockd/
H A Dsvcsubs.c187 lock.fl_owner = fl->fl_owner; in nlm_unlock_files()
228 lockhost = ((struct nlm_lockowner *)fl->fl_owner)->host; in nlm_traverse_locks()
H A Dsvclock.c406 if (lock->fl.fl_owner) in nlmsvc_release_lockowner()
407 nlmsvc_put_lockowner(lock->fl.fl_owner); in nlmsvc_release_lockowner()
413 fl->fl_owner = nlmsvc_find_lockowner(host, pid); in nlmsvc_locks_init_private()
429 call->a_args.lock.svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid; in nlmsvc_setgrantargs()
H A Dsvc4proc.c64 if (!lock->fl.fl_owner) { in nlm4svc_retrieve_args()
109 test_owner = argp->lock.fl.fl_owner; in __nlm4svc_proc_test()
H A Dsvcproc.c85 if (!lock->fl.fl_owner) { in nlmsvc_retrieve_args()
130 test_owner = argp->lock.fl.fl_owner; in __nlmsvc_proc_test()
H A Dclntproc.c488 fl->fl_u.nfs_fl.owner = nlmclnt_find_lockowner(host, fl->fl_owner); in nlmclnt_locks_init_private()
/openbmc/linux/fs/ceph/
H A Dlocks.c112 owner = secure_addr(fl->fl_owner); in ceph_lock_message()
260 dout("ceph_lock, fl_owner: %p\n", fl->fl_owner); in ceph_lock()
404 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); in lock_to_ceph_filelock()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h380 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks()
/openbmc/linux/fs/dlm/
H A Dplock.c172 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_lock()
332 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_unlock()
456 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_get()
/openbmc/linux/fs/nfs/
H A Dnfs4state.c850 fl_owner_t fl_owner, fl_owner_t fl_owner2) in __nfs4_find_lock_state() argument
854 if (pos->ls_owner == fl_owner) { in __nfs4_find_lock_state()
871 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() argument
882 lsp->ls_owner = fl_owner; in nfs4_alloc_lock_state()
983 lsp = nfs4_get_lock_state(state, fl->fl_owner); in nfs4_set_lock_state()
996 fl_owner_t fl_owner, fl_flock_owner; in nfs4_copy_lock_stateid() local
1005 fl_owner = l_ctx->lockowner; in nfs4_copy_lock_stateid()
1009 lsp = __nfs4_find_lock_state(state, fl_owner, fl_flock_owner); in nfs4_copy_lock_stateid()
/openbmc/linux/include/linux/
H A Dfilelock.h98 fl_owner_t fl_owner; member
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c199 fl->fl_owner = ls; in nfsd4_layout_setlease()
734 nfsd4_recall_file_layout(fl->fl_owner); in nfsd4_layout_lm_break()
H A Dnfs4state.c4938 struct nfs4_delegation *dp = (struct nfs4_delegation *)fl->fl_owner; in nfsd_break_deleg_cb()
4974 struct nfs4_delegation *dl = fl->fl_owner; in nfsd_breaker_owns_lease()
4992 struct nfs4_delegation *dp = (struct nfs4_delegation *)onlist->fl_owner; in nfsd_change_deleg_cb()
5355 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease()
7167 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)cfl->fl_owner; in nfsd4_lm_lock_expirable()
7189 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)fl->fl_owner; in nfsd4_lm_notify()
7226 lo = (struct nfs4_lockowner *) fl->fl_owner; in nfs4_set_lock_denied()
7630 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock()
7804 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt()
7866 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku()
[all …]
H A Dnfs4callback.c701 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)nbl->nbl_lock.fl_owner; in nfs4_xdr_enc_cb_notify_lock()
/openbmc/linux/fs/smb/client/
H A Dfile.c1692 lck->pid = hash_lockowner(flock->fl_owner); in cifs_push_posix_locks()
1826 hash_lockowner(flock->fl_owner), in cifs_getlk()
2036 hash_lockowner(flock->fl_owner), in cifs_setlk()
/openbmc/linux/fs/fuse/
H A Dfile.c2542 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7147 fl->fl_owner = f; in smb_flock_init()