Searched refs:fl_owner (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | filelock.h | 48 __field(fl_owner_t, fl_owner) 60 __entry->fl_owner = fl ? fl->fl_owner : NULL; 69 __entry->i_ino, __entry->fl_next, __entry->fl_owner, 101 __field(fl_owner_t, fl_owner) 112 __entry->fl_owner = fl ? fl->fl_owner : NULL; 120 __entry->icount, __entry->fl_owner,
|
/linux-4.4.14/fs/ |
D | locks.c | 277 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private() 278 fl->fl_owner = NULL; in locks_release_private() 323 new->fl_owner = fl->fl_owner; in locks_copy_conflock() 335 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock() 387 fl->fl_owner = filp; in flock_make_lock() 447 fl->fl_owner = current->files; in flock64_to_posix_lock() 512 fl->fl_owner = filp; in lease_init() 557 return fl1->fl_owner == fl2->fl_owner; in posix_same_owner() 589 return (unsigned long)fl->fl_owner; in posix_owner_key() 1218 if (fl->fl_owner != current->files && in locks_mandatory_locked() [all …]
|
/linux-4.4.14/fs/dlm/ |
D | plock.c | 98 op->info.owner = (__u64)(long) fl->fl_owner; in do_unlock_close() 141 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_lock() 284 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_unlock() 345 op->info.owner = (__u64)(long) fl->fl_owner; in dlm_posix_get()
|
/linux-4.4.14/fs/ceph/ |
D | locks.c | 61 owner = secure_addr(fl->fl_owner); in ceph_lock_message() 170 dout("ceph_lock, fl_owner: %p", fl->fl_owner); in ceph_lock() 363 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); in lock_to_ceph_filelock()
|
/linux-4.4.14/include/linux/lockd/ |
D | lockd.h | 359 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 803 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in __nfs4_find_lock_state() argument 807 if (pos->ls_owner != fl_owner) in __nfs4_find_lock_state() 820 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() argument 831 lsp->ls_owner = fl_owner; in nfs4_alloc_lock_state() 932 lsp = nfs4_get_lock_state(state, fl->fl_owner); in nfs4_set_lock_state() 945 fl_owner_t fl_owner; in nfs4_copy_lock_stateid() local 955 fl_owner = lockowner->l_owner; in nfs4_copy_lock_stateid() 957 lsp = __nfs4_find_lock_state(state, fl_owner); in nfs4_copy_lock_stateid()
|
/linux-4.4.14/fs/lockd/ |
D | svclock.c | 696 return fl1->fl_owner == fl2->fl_owner && fl1->fl_pid == fl2->fl_pid; in nlmsvc_same_owner() 707 return (unsigned long)fl->fl_owner ^ (unsigned long)fl->fl_pid; in nlmsvc_owner_key()
|
D | svcsubs.c | 182 lockhost = (struct nlm_host *) fl->fl_owner; in nlm_traverse_locks()
|
D | xdr.c | 128 fl->fl_owner = current->files; in nlm_decode_lock()
|
D | xdr4.c | 120 fl->fl_owner = current->files; in nlm4_decode_lock()
|
D | svc4proc.c | 48 lock->fl.fl_owner = (fl_owner_t) host; in nlm4svc_retrieve_args()
|
D | svcproc.c | 78 lock->fl.fl_owner = (fl_owner_t) host; in nlmsvc_retrieve_args()
|
D | clntproc.c | 470 fl->fl_u.nfs_fl.owner = nlm_find_lockowner(host, fl->fl_owner); in nlmclnt_locks_init_private()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 170 fl->fl_owner = ls; in nfsd4_layout_setlease() 683 nfsd4_recall_file_layout(fl->fl_owner); in nfsd4_layout_lm_break()
|
D | nfs4state.c | 3675 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner; in nfsd_break_deleg_cb() 4031 fl->fl_owner = (fl_owner_t)fp; in nfs4_alloc_init_lease() 5276 lo = (struct nfs4_lockowner *) fl->fl_owner; in nfs4_set_lock_denied() 5635 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock() 5769 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt() 5830 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku() 5889 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 984 fl_owner_t fl_owner; member
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 2106 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2675 flock.l_flock.owner = (unsigned long)file_lock->fl_owner; in ll_file_flock()
|