Searched refs:fl_start (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/ |
D | locks.c | 174 fl->fl_start = fl->fl_end = 0; in locks_init_lock() 205 new->fl_start = fl->fl_start; in locks_copy_lock() 225 fl->fl_start = 0; in flock_make_lock() 284 fl->fl_start = start; /* we record the absolute position */ in flock_to_posix_lock() 325 fl->fl_start = start; /* we record the absolute position */ in flock64_to_posix_lock() 367 fl->fl_start = 0; in lease_alloc() 381 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap() 382 (fl2->fl_end >= fl1->fl_start)); in locks_overlap() 420 waiter->fl_start, waiter->fl_end, waiter->fl_type); in locks_insert_block() 728 new_fl->fl_start = offset; in locks_mandatory_area() [all …]
|
/linux-2.4.37.9/fs/lockd/ |
D | svclock.c | 112 (long long)lock->fl.fl_start, in nlmsvc_lookup_block() 118 (long long)fl->fl_start, in nlmsvc_lookup_block() 317 (long long)lock->fl.fl_start, in nlmsvc_lock() 400 (long long)lock->fl.fl_start, in nlmsvc_testlock() 405 fl->fl_type, (long long)fl->fl_start, in nlmsvc_testlock() 432 (long long)lock->fl.fl_start, in nlmsvc_unlock() 460 (long long)lock->fl.fl_start, in nlmsvc_cancel_blocked()
|
D | xdr4.c | 143 fl->fl_start = s64_to_loff_t(start); in nlm4_decode_lock() 166 if (fl->fl_start > NLM4_OFFSET_MAX in nlm4_encode_lock() 172 start = loff_t_to_s64(fl->fl_start); in nlm4_encode_lock() 176 len = loff_t_to_s64(fl->fl_end - fl->fl_start + 1); in nlm4_encode_lock() 207 start = loff_t_to_s64(fl->fl_start); in nlm4_encode_testres() 211 len = loff_t_to_s64(fl->fl_end - fl->fl_start + 1); in nlm4_encode_testres() 217 (long long)fl->fl_start, (long long)fl->fl_end); in nlm4_encode_testres() 456 fl->fl_start = s64_to_loff_t(start); in nlm4clt_decode_testres()
|
D | xdr.c | 144 fl->fl_start = s32_to_loff_t(start); in nlm_decode_lock() 167 if (fl->fl_start > NLM_OFFSET_MAX in nlm_encode_lock() 171 start = loff_t_to_s32(fl->fl_start); in nlm_encode_lock() 175 len = loff_t_to_s32(fl->fl_end - fl->fl_start + 1); in nlm_encode_lock() 206 start = loff_t_to_s32(fl->fl_start); in nlm_encode_testres() 210 len = loff_t_to_s32(fl->fl_end - fl->fl_start + 1); in nlm_encode_testres() 450 fl->fl_start = s32_to_loff_t(start); in nlmclt_decode_testres()
|
D | svcsubs.c | 177 lock.fl_start = 0; in nlm_traverse_locks()
|
/linux-2.4.37.9/include/linux/lockd/ |
D | lockd.h | 201 && fl1->fl_start == fl2->fl_start in nlm_compare_locks()
|
/linux-2.4.37.9/fs/nfs/ |
D | file.c | 342 (long long)fl->fl_start, (long long)fl->fl_end); in nfs_lock()
|
D | write.c | 295 && fl->fl_start <= rqstart && rqend <= fl->fl_end) { in region_locked()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 634 loff_t fl_start; member
|