Home
last modified time | relevance | path

Searched refs:fl_start (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/
Dlocks.c174 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/
Dsvclock.c112 (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()
Dxdr4.c143 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()
Dxdr.c144 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()
Dsvcsubs.c177 lock.fl_start = 0; in nlm_traverse_locks()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h201 && fl1->fl_start == fl2->fl_start in nlm_compare_locks()
/linux-2.4.37.9/fs/nfs/
Dfile.c342 (long long)fl->fl_start, (long long)fl->fl_end); in nfs_lock()
Dwrite.c295 && fl->fl_start <= rqstart && rqend <= fl->fl_end) { in region_locked()
/linux-2.4.37.9/include/linux/
Dfs.h634 loff_t fl_start; member