Searched refs:fl_owner (Results 1 - 18 of 18) sorted by relevance
/linux-4.1.27/include/trace/events/ |
H A D | filelock.h | 48 __field(fl_owner_t, fl_owner) 60 __entry->fl_owner = fl ? fl->fl_owner : NULL; 67 TP_printk("fl=0x%p dev=0x%x:0x%x ino=0x%lx fl_next=0x%p fl_owner=0x%p fl_flags=%s fl_type=%s fl_break_time=%lu fl_downgrade_time=%lu", 69 __entry->i_ino, __entry->fl_next, __entry->fl_owner,
|
/linux-4.1.27/fs/ceph/ |
H A D | locks.c | 61 owner = secure_addr(fl->fl_owner); ceph_lock_message() 170 dout("ceph_lock, fl_owner: %p", fl->fl_owner); ceph_lock() 363 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); lock_to_ceph_filelock()
|
/linux-4.1.27/fs/dlm/ |
H A D | plock.c | 98 op->info.owner = (__u64)(long) fl->fl_owner; do_unlock_close() 132 /* fl_owner is lockd which doesn't distinguish dlm_posix_lock() 141 op->info.owner = (__u64)(long) fl->fl_owner; dlm_posix_lock() 284 op->info.owner = (__u64)(long) fl->fl_owner; dlm_posix_unlock() 345 op->info.owner = (__u64)(long) fl->fl_owner; dlm_posix_get()
|
/linux-4.1.27/fs/ |
H A D | locks.c | 273 fl->fl_lmops->lm_put_owner(fl->fl_owner); locks_release_private() 274 fl->fl_owner = NULL; locks_release_private() 319 new->fl_owner = fl->fl_owner; locks_copy_conflock() 331 fl->fl_lmops->lm_get_owner(fl->fl_owner); locks_copy_conflock() 383 fl->fl_owner = filp; flock_make_lock() 443 fl->fl_owner = current->files; flock64_to_posix_lock() 508 fl->fl_owner = filp; lease_init() 553 return fl1->fl_owner == fl2->fl_owner; posix_same_owner() 585 return (unsigned long)fl->fl_owner; posix_owner_key() 1216 if (fl->fl_owner != current->files && locks_mandatory_locked() 1217 fl->fl_owner != file) { locks_mandatory_locked() 1259 fl.fl_owner = filp; locks_mandatory_area() 1268 fl.fl_owner = current->files; locks_mandatory_area() 1648 fl->fl_owner == lease->fl_owner) { generic_add_lease() 1726 fl->fl_owner == owner) { generic_delete_lease() 2021 file_lock.fl_owner = filp; fcntl_getlk() 2177 file_lock->fl_owner = filp; fcntl_setlk() 2186 file_lock->fl_owner = filp; fcntl_setlk() 2247 file_lock.fl_owner = filp; fcntl_getlk64() 2319 file_lock->fl_owner = filp; fcntl_setlk64() 2328 file_lock->fl_owner = filp; fcntl_setlk64() 2384 lock.fl_owner = owner; locks_remove_posix() 2403 .fl_owner = filp, locks_remove_flock() 2610 if (fl->fl_owner != files && list_for_each_entry() 2611 fl->fl_owner != filp) list_for_each_entry()
|
/linux-4.1.27/include/linux/lockd/ |
H A D | lockd.h | 355 && fl1->fl_owner == fl2->fl_owner nlm_compare_locks()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4state.c | 804 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) __nfs4_find_lock_state() argument 808 if (pos->ls_owner != fl_owner) __nfs4_find_lock_state() 821 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) nfs4_alloc_lock_state() argument 832 lsp->ls_owner = fl_owner; nfs4_alloc_lock_state() 933 lsp = nfs4_get_lock_state(state, fl->fl_owner); nfs4_set_lock_state() 946 fl_owner_t fl_owner; nfs4_copy_lock_stateid() local 956 fl_owner = lockowner->l_owner; nfs4_copy_lock_stateid() 958 lsp = __nfs4_find_lock_state(state, fl_owner); nfs4_copy_lock_stateid()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4layouts.c | 170 fl->fl_owner = ls; nfsd4_layout_setlease() 670 nfsd4_recall_file_layout(fl->fl_owner); nfsd4_layout_lm_break()
|
H A D | nfs4state.c | 3607 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner; nfsd_break_deleg_cb() 3611 WARN(1, "(%p)->fl_owner NULL\n", fl); nfsd_break_deleg_cb() 3991 fl->fl_owner = (fl_owner_t)fp; nfs4_alloc_init_lease() 5192 lo = (struct nfs4_lockowner *) fl->fl_owner; nfs4_set_lock_denied() 5553 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); nfsd4_lock() 5690 file_lock->fl_owner = (fl_owner_t)lo; nfsd4_lockt() 5751 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); nfsd4_locku() 5811 if (fl->fl_owner == (fl_owner_t)lowner) { check_for_locks()
|
/linux-4.1.27/fs/lockd/ |
H A D | xdr.c | 128 fl->fl_owner = current->files; nlm_decode_lock()
|
H A D | xdr4.c | 120 fl->fl_owner = current->files; nlm4_decode_lock()
|
H A D | svcsubs.c | 182 lockhost = (struct nlm_host *) fl->fl_owner; nlm_traverse_locks()
|
H A D | svclock.c | 696 return fl1->fl_owner == fl2->fl_owner && fl1->fl_pid == fl2->fl_pid; nlmsvc_same_owner() 707 return (unsigned long)fl->fl_owner ^ (unsigned long)fl->fl_pid; nlmsvc_owner_key()
|
H A D | svc4proc.c | 48 lock->fl.fl_owner = (fl_owner_t) host; nlm4svc_retrieve_args()
|
H A D | svcproc.c | 78 lock->fl.fl_owner = (fl_owner_t) host; nlmsvc_retrieve_args()
|
H A D | clntproc.c | 470 fl->fl_u.nfs_fl.owner = nlm_find_lockowner(host, fl->fl_owner); nlmclnt_locks_init_private()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | file.c | 2706 flock.l_flock.owner = (unsigned long)file_lock->fl_owner; ll_file_flock() 2713 * for the fl_owner to be the same (which it always is on local node ll_file_flock()
|
/linux-4.1.27/fs/fuse/ |
H A D | file.c | 2106 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); fuse_lk_fill()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 968 fl_owner_t fl_owner; member in struct:file_lock
|
Completed in 224 milliseconds