Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dfilelock.h72 __field(fl_owner_t, fl_owner)
86 __entry->fl_owner = fl ? fl->fl_owner : NULL;
97 __entry->i_ino, __entry->fl_next, __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_next, __entry->fl_owner,
182 __field(fl_owner_t, fl_owner)
193 __entry->fl_owner = fl ? fl->fl_owner : NULL;
201 __entry->icount, __entry->fl_owner,
/linux-4.19.296/fs/
Dlocks.c244 …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()
278 fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid); in locks_check_ctx_file_list()
322 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()
323 fl->fl_owner = NULL; in locks_release_private()
368 new->fl_owner = fl->fl_owner; in locks_copy_conflock()
380 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()
432 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()
602 return fl1->fl_owner == fl2->fl_owner; in posix_same_owner()
[all …]
/linux-4.19.296/include/linux/lockd/
Dlockd.h364 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks()
/linux-4.19.296/fs/ceph/
Dlocks.c95 owner = secure_addr(fl->fl_owner); in ceph_lock_message()
228 dout("ceph_lock, fl_owner: %p\n", fl->fl_owner); in ceph_lock()
373 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); in lock_to_ceph_filelock()
/linux-4.19.296/fs/dlm/
Dplock.c156 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_lock()
294 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_unlock()
355 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_get()
/linux-4.19.296/fs/lockd/
Dsvclock.c697 return fl1->fl_owner == fl2->fl_owner && fl1->fl_pid == fl2->fl_pid; in nlmsvc_same_owner()
708 return (unsigned long)fl->fl_owner ^ (unsigned long)fl->fl_pid; in nlmsvc_owner_key()
Dsvcsubs.c182 lockhost = (struct nlm_host *) fl->fl_owner; in nlm_traverse_locks()
Dxdr4.c121 fl->fl_owner = current->files; in nlm4_decode_lock()
Dxdr.c129 fl->fl_owner = current->files; in nlm_decode_lock()
Dsvc4proc.c49 lock->fl.fl_owner = (fl_owner_t) host; in nlm4svc_retrieve_args()
Dsvcproc.c79 lock->fl.fl_owner = (fl_owner_t) host; in nlmsvc_retrieve_args()
Dclntproc.c480 fl->fl_u.nfs_fl.owner = nlm_find_lockowner(host, fl->fl_owner); in nlmclnt_locks_init_private()
/linux-4.19.296/fs/nfs/
Dnfs4state.c855 fl_owner_t fl_owner, fl_owner_t fl_owner2) in __nfs4_find_lock_state() argument
859 if (pos->ls_owner == fl_owner) { in __nfs4_find_lock_state()
876 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() argument
887 lsp->ls_owner = fl_owner; in nfs4_alloc_lock_state()
988 lsp = nfs4_get_lock_state(state, fl->fl_owner); in nfs4_set_lock_state()
1001 fl_owner_t fl_owner, fl_flock_owner; in nfs4_copy_lock_stateid() local
1010 fl_owner = l_ctx->lockowner; in nfs4_copy_lock_stateid()
1014 lsp = __nfs4_find_lock_state(state, fl_owner, fl_flock_owner); in nfs4_copy_lock_stateid()
/linux-4.19.296/fs/nfsd/
Dnfs4layouts.c198 fl->fl_owner = ls; in nfsd4_layout_setlease()
734 nfsd4_recall_file_layout(fl->fl_owner); in nfsd4_layout_lm_break()
Dnfs4state.c3987 struct nfs4_delegation *dp = (struct nfs4_delegation *)fl->fl_owner; in nfsd_break_deleg_cb()
4335 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease()
5646 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)fl->fl_owner; in nfsd4_lm_notify()
5678 lo = (struct nfs4_lockowner *) fl->fl_owner; in nfs4_set_lock_denied()
6074 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock()
6230 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt()
6292 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku()
6351 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
Dnfs4callback.c643 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)nbl->nbl_lock.fl_owner; in nfs4_xdr_enc_cb_notify_lock()
/linux-4.19.296/fs/cifs/
Dfile.c1298 lck->pid = hash_lockowner(flock->fl_owner); in cifs_push_posix_locks()
1426 hash_lockowner(flock->fl_owner), in cifs_getlk()
1632 hash_lockowner(flock->fl_owner), in cifs_setlk()
/linux-4.19.296/include/linux/
Dfs.h1044 fl_owner_t fl_owner; member
/linux-4.19.296/fs/fuse/
Dfile.c2162 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()