/linux/tools/testing/selftests/filelock/ |
H A D | ofdlocks.c | 50 fl.l_len = 3; in main() 62 fl.l_len = 1; in main() 73 fl.l_len = 1; in main() 88 fl.l_len = 1; in main() 98 fl.l_type, fl.l_pid, fl.l_len); in main() 107 fl2.l_len = 0; in main() 117 fl.l_type, fl.l_pid, fl.l_len); in main() 124 fl.l_len = 0; in main()
|
/linux/fs/lockd/ |
H A D | clntxdr.c | 62 u32 *l_offset, u32 *l_len) in nlm_compute_offsets() argument 68 *l_len = 0; in nlm_compute_offsets() 70 *l_len = loff_t_to_s32(fl->fl_end - fl->fl_start + 1); in nlm_compute_offsets() 238 u32 l_offset, l_len; in encode_nlm_holder() local 246 nlm_compute_offsets(lock, &l_offset, &l_len); in encode_nlm_holder() 248 *p = cpu_to_be32(l_len); in encode_nlm_holder() 255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local 281 l_len = be32_to_cpup(p); in decode_nlm_holder() 282 end = l_offset + l_len - 1; in decode_nlm_holder() 285 if (l_len == 0 || end < 0) in decode_nlm_holder() [all …]
|
H A D | clnt4xdr.c | 66 u64 *l_offset, u64 *l_len) in nlm4_compute_offsets() argument 72 *l_len = 0; in nlm4_compute_offsets() 74 *l_len = loff_t_to_s64(fl->fl_end - fl->fl_start + 1); in nlm4_compute_offsets() 243 u64 l_offset, l_len; in encode_nlm4_holder() local 251 nlm4_compute_offsets(lock, &l_offset, &l_len); in encode_nlm4_holder() 253 xdr_encode_hyper(p, l_len); in encode_nlm4_holder() 260 u64 l_offset, l_len; in decode_nlm4_holder() local 286 xdr_decode_hyper(p, &l_len); in decode_nlm4_holder() 287 nlm4svc_set_file_lock_range(fl, l_offset, l_len); in decode_nlm4_holder() 321 u64 l_offset, l_len; in encode_nlm4_lock() local [all …]
|
/linux/include/linux/ |
H A D | falloc.h | 16 __s64 l_len; /* len == 0 means until end of file */ member 48 __s64 l_len __attribute__((packed)); member
|
/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h |
|
/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 199 __kernel_off_t l_len; member 213 __kernel_loff_t l_len; member
|
/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 196 loff_t l_len; member 211 kernel->l_len = user.l_len; in get_oabi_flock() 224 user.l_len = kernel->l_len; in put_oabi_flock()
|
/linux/fs/ |
H A D | fcntl.c | 651 (dst)->l_len = (src)->l_len; \ 690 BUILD_BUG_ON(sizeof(kfl->l_len) > sizeof(ufl->l_len)); in put_compat_flock64() 728 if (flock->l_len > COMPAT_OFF_T_MAX) in fixup_compat_flock() 729 flock->l_len = COMPAT_OFF_T_MAX; in fixup_compat_flock()
|
H A D | locks.c | 515 if (l->l_len > 0) { in flock64_to_posix_lock() 516 if (l->l_len - 1 > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 518 fl->fl_end = fl->fl_start + (l->l_len - 1); in flock64_to_posix_lock() 520 } else if (l->l_len < 0) { in flock64_to_posix_lock() 521 if (fl->fl_start + l->l_len < 0) in flock64_to_posix_lock() 524 fl->fl_start += l->l_len; in flock64_to_posix_lock() 548 .l_len = l->l_len, in flock_to_posix_lock() 2256 flock->l_len = fl->fl_end == OFFSET_MAX ? 0 : in posix_lock_to_flock() 2268 flock->l_len = fl->fl_end == OFFSET_MAX ? 0 : in posix_lock_to_flock64()
|
H A D | ioctl.c | 292 sr.l_len); in ioctl_preallocate() 320 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
/linux/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 24 __s64 l_len; /* len == 0 means until end of file */ member
|
H A D | file.c | 1988 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; in __ocfs2_change_file_space() 1997 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 2001 if (sr->l_len <= 0) { in __ocfs2_change_file_space() 2024 sr->l_len); in __ocfs2_change_file_space() 2029 sr->l_len); in __ocfs2_change_file_space() 2136 sr.l_len = (s64)len; in ocfs2_fallocate()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 104 __s64 l_len; /* len == 0 means until end of file */ member
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 2977 __field(xfs_filblks_t, l_len) 2989 __entry->l_len = ri->ri_bmap.br_blockcount; 3001 __entry->l_len, 3042 __field(xfs_filblks_t, l_len) 3066 __entry->l_len = bi->bi_bmap.br_blockcount; 3080 __entry->l_len,
|
/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 4034 __s64 l_len; /* len == 0 means until end of file */ member
|