Lines Matching refs:fl_start

328 	new->fl_start = fl->fl_start;  in locks_copy_conflock()
415 fl->fl_start = 0; in flock64_to_posix_lock()
418 fl->fl_start = filp->f_pos; in flock64_to_posix_lock()
421 fl->fl_start = i_size_read(file_inode(filp)); in flock64_to_posix_lock()
426 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock()
428 fl->fl_start += l->l_start; in flock64_to_posix_lock()
429 if (fl->fl_start < 0) in flock64_to_posix_lock()
435 if (l->l_len - 1 > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock()
437 fl->fl_end = fl->fl_start + l->l_len - 1; in flock64_to_posix_lock()
440 if (fl->fl_start + l->l_len < 0) in flock64_to_posix_lock()
442 fl->fl_end = fl->fl_start - 1; in flock64_to_posix_lock()
443 fl->fl_start += l->l_len; in flock64_to_posix_lock()
517 fl->fl_start = 0; in lease_init()
545 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap()
546 (fl2->fl_end >= fl1->fl_start)); in locks_overlap()
961 request->fl_start != 0 || request->fl_end != OFFSET_MAX)) { in __posix_lock_file()
1018 if (fl->fl_end < request->fl_start - 1) in __posix_lock_file()
1023 if (fl->fl_start - 1 > request->fl_end) in __posix_lock_file()
1031 if (fl->fl_start > request->fl_start) in __posix_lock_file()
1032 fl->fl_start = request->fl_start; in __posix_lock_file()
1034 request->fl_start = fl->fl_start; in __posix_lock_file()
1049 if (fl->fl_end < request->fl_start) in __posix_lock_file()
1051 if (fl->fl_start > request->fl_end) in __posix_lock_file()
1055 if (fl->fl_start < request->fl_start) in __posix_lock_file()
1064 if (fl->fl_start >= request->fl_start) { in __posix_lock_file()
1128 right->fl_start = request->fl_end + 1; in __posix_lock_file()
1132 left->fl_end = request->fl_start - 1; in __posix_lock_file()
1256 fl.fl_start = offset; in locks_mandatory_area()
1997 if (fl->fl_start > OFFT_OFFSET_MAX) in posix_lock_to_flock()
2002 flock->l_start = fl->fl_start; in posix_lock_to_flock()
2004 fl->fl_end - fl->fl_start + 1; in posix_lock_to_flock()
2014 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
2016 fl->fl_end - fl->fl_start + 1; in posix_lock_to_flock64()
2411 lock.fl_start = 0; in locks_remove_posix()
2606 seq_printf(f, "%Ld EOF\n", fl->fl_start); in lock_get_status()
2608 seq_printf(f, "%Ld %Ld\n", fl->fl_start, fl->fl_end); in lock_get_status()