| /linux/fs/lockd/ |
| H A D | svclock.c | 118 (long long)lock->fl.fl_start, in nlmsvc_lookup_block() 126 (long long)fl->fl_start, in nlmsvc_lookup_block() 461 (long long)lock->fl.fl_start, in nlmsvc_lock() 590 (long long)lock->fl.fl_start, in nlmsvc_testlock() 604 conflock->fl.fl_start = lock->fl.fl_start; in nlmsvc_testlock() 619 conflock->fl.c.flc_type, (long long)conflock->fl.fl_start, in nlmsvc_testlock() 648 (long long)lock->fl.fl_start, in nlmsvc_unlock() 688 (long long)lock->fl.fl_start, in nlmsvc_cancel_blocked() 822 loff_t fl_start, fl_end; in nlmsvc_grant_blocked() local 844 fl_start = lock->fl.fl_start; in nlmsvc_grant_blocked() [all …]
|
| H A D | lockd.h | 428 && fl1->fl_start == fl2->fl_start in nlm_compare_locks() 449 fl->fl_start = off; in lockd_set_file_lock_range3() 474 fl->fl_start = clamped_off; in lockd_set_file_lock_range4()
|
| H A D | clntproc.c | 144 lock->fl.fl_start = fl->fl_start; in nlmclnt_setlockargs() 449 fl->fl_start = req->a_res.lock.fl.fl_start; in nlmclnt_test()
|
| H A D | svcsubs.c | 251 lock.fl_start = 0; in nlm_unlock_files()
|
| H A D | svcproc.c | 299 holder->l_offset = min_t(loff_t, conf->fl.fl_start, in nlmsvc_proc_test() 306 conf->fl.fl_start + 1, in nlmsvc_proc_test()
|
| H A D | svc4proc.c | 282 holder->l_offset = conf->fl.fl_start; in nlm4svc_proc_test() 286 holder->l_len = conf->fl.fl_end - conf->fl.fl_start + 1; in nlm4svc_proc_test()
|
| /linux/fs/ceph/ |
| H A D | locks.c | 109 length = fl->fl_end - fl->fl_start + 1; in ceph_lock_message() 117 fl->fl_start, length, wait, fl->c.flc_type); in ceph_lock_message() 123 req->r_args.filelock_change.start = cpu_to_le64(fl->fl_start); in ceph_lock_message() 140 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message() 153 fl->fl_start, length, wait, fl->c.flc_type, err); in ceph_lock_message() 416 cephlock->start = cpu_to_le64(lock->fl_start); in lock_to_ceph_filelock() 417 cephlock->length = cpu_to_le64(lock->fl_end - lock->fl_start + 1); in lock_to_ceph_filelock()
|
| /linux/fs/dlm/ |
| H A D | plock.c | 146 op->info.start = fl->fl_start; in dlm_posix_lock() 323 op->info.start = fl->fl_start; in dlm_posix_unlock() 383 info.start = fl->fl_start; in dlm_posix_cancel() 444 op->info.start = fl->fl_start; in dlm_posix_get() 468 fl->fl_start = op->info.start; in dlm_posix_get()
|
| /linux/fs/afs/ |
| H A D | flock.c | 466 fl->fl_start, fl->fl_end, fl->c.flc_type, mode); in afs_do_setlk() 472 partial = (fl->fl_start != 0 || fl->fl_end != OFFSET_MAX); in afs_do_setlk() 749 fl->fl_start = 0; in afs_do_getlk() 773 (long long) fl->fl_start, (long long) fl->fl_end); in afs_lock()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 1384 __entry->from = fl->fl_start; 1385 __entry->len = fl->fl_end - fl->fl_start + 1;
|
| /linux/fs/nfs/ |
| H A D | nfs4xdr.c | 1321 return fl->fl_end - fl->fl_start + 1; in nfs4_lock_length() 1348 p = xdr_encode_hyper(p, args->fl->fl_start); in encode_lock() 1370 p = xdr_encode_hyper(p, args->fl->fl_start); in encode_lockt() 1384 p = xdr_encode_hyper(p, args->fl->fl_start); in encode_locku() 5160 fl->fl_start = (loff_t)offset; in decode_lock_denied() 5161 fl->fl_end = fl->fl_start + (loff_t)length - 1; in decode_lock_denied()
|
| H A D | nfs4trace.h | 760 __entry->start = request->fl_start; 832 __entry->start = request->fl_start;
|
| H A D | write.c | 1242 return fl->fl_start == 0 && fl->fl_end == OFFSET_MAX && in is_whole_file_wrlock()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 8667 if (lock->fl_start < 0) in nfs4_transform_lock_offset() 8668 lock->fl_start = OFFSET_MAX; in nfs4_transform_lock_offset() 8768 deny->ld_start = fl->fl_start; in nfs4_set_lock_denied() 8771 deny->ld_length = fl->fl_end - fl->fl_start + 1; in nfs4_set_lock_denied() 9164 file_lock->fl_start = lock->lk_offset; in nfsd4_lock() 9345 file_lock->fl_start = lockt->lt_offset; in nfsd4_lockt() 9421 file_lock->fl_start = locku->lu_offset; in nfsd4_locku()
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 2218 return (u64)fl->fl_end - fl->fl_start + 1; in cifs_flock_len()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2464 fl->fl_start = ffl->start; in convert_fuse_file_lock() 2494 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 9807 lock->start = flock->fl_start; in smb2_lock_init() 9944 flock->fl_start = lock_start; in smb2_lock() 9946 flock->fl_start + lock_length - 1 : flock->fl_start; in smb2_lock() 9950 if (cmp_lock->fl->fl_start <= flock->fl_start && in smb2_lock() 10221 rlock->fl_start = smb_lock->start; in smb2_lock()
|
| H A D | vfs.c | 308 if (flock->fl_end >= start && end >= flock->fl_start) { in check_lock_range()
|