Lines Matching refs:fl_start

324 	new->fl_start = fl->fl_start;  in locks_copy_conflock()
411 fl->fl_start = 0; in flock64_to_posix_lock()
414 fl->fl_start = filp->f_pos; in flock64_to_posix_lock()
417 fl->fl_start = i_size_read(file_inode(filp)); in flock64_to_posix_lock()
422 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock()
424 fl->fl_start += l->l_start; in flock64_to_posix_lock()
425 if (fl->fl_start < 0) in flock64_to_posix_lock()
431 if (l->l_len - 1 > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock()
433 fl->fl_end = fl->fl_start + l->l_len - 1; in flock64_to_posix_lock()
436 if (fl->fl_start + l->l_len < 0) in flock64_to_posix_lock()
438 fl->fl_end = fl->fl_start - 1; in flock64_to_posix_lock()
439 fl->fl_start += l->l_len; in flock64_to_posix_lock()
513 fl->fl_start = 0; in lease_init()
541 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap()
542 (fl2->fl_end >= fl1->fl_start)); in locks_overlap()
957 request->fl_start != 0 || request->fl_end != OFFSET_MAX)) { in __posix_lock_file()
1014 if (fl->fl_end < request->fl_start - 1) in __posix_lock_file()
1019 if (fl->fl_start - 1 > request->fl_end) in __posix_lock_file()
1027 if (fl->fl_start > request->fl_start) in __posix_lock_file()
1028 fl->fl_start = request->fl_start; in __posix_lock_file()
1030 request->fl_start = fl->fl_start; in __posix_lock_file()
1045 if (fl->fl_end < request->fl_start) in __posix_lock_file()
1047 if (fl->fl_start > request->fl_end) in __posix_lock_file()
1051 if (fl->fl_start < request->fl_start) in __posix_lock_file()
1060 if (fl->fl_start >= request->fl_start) { in __posix_lock_file()
1124 right->fl_start = request->fl_end + 1; in __posix_lock_file()
1128 left->fl_end = request->fl_start - 1; in __posix_lock_file()
1254 fl.fl_start = offset; in locks_mandatory_area()
1969 if (fl->fl_start > OFFT_OFFSET_MAX) in posix_lock_to_flock()
1974 flock->l_start = fl->fl_start; in posix_lock_to_flock()
1976 fl->fl_end - fl->fl_start + 1; in posix_lock_to_flock()
1986 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
1988 fl->fl_end - fl->fl_start + 1; in posix_lock_to_flock64()
2382 lock.fl_start = 0; in locks_remove_posix()
2577 seq_printf(f, "%Ld EOF\n", fl->fl_start); in lock_get_status()
2579 seq_printf(f, "%Ld %Ld\n", fl->fl_start, fl->fl_end); in lock_get_status()