Home
last modified time | relevance | path

Searched refs:l_len (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c50 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 Dclntxdr.c62 u32 *l_offset, u32 *l_len) in nlm_compute_offsets() argument
68 *l_len = 0; 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()
322 u32 l_offset, l_len; in encode_nlm_lock() local
[all …]
H A Dclnt4xdr.c66 u64 *l_offset, u64 *l_len) in nlm4_compute_offsets() argument
72 *l_len = 0; 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
331 nlm4_compute_offsets(lock, &l_offset, &l_len); in encode_nlm4_lock()
[all …]
/linux/include/linux/
H A Dfalloc.h16 __s64 l_len; /* len == 0 means until end of file */ member
42 __s64 l_len __attribute__((packed)); member
H A Dcompat.h270 compat_off_t l_len; member
284 compat_loff_t l_len; member
/linux/include/uapi/asm-generic/
H A Dfcntl.h199 __kernel_off_t l_len; member
213 __kernel_loff_t l_len; member
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c196 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 Dfcntl.c557 (dst)->l_len = (src)->l_len; \
596 BUILD_BUG_ON(sizeof(kfl->l_len) > sizeof(ufl->l_len)); in put_compat_flock64()
634 if (flock->l_len > COMPAT_OFF_T_MAX) in fixup_compat_flock()
635 flock->l_len = COMPAT_OFF_T_MAX; in fixup_compat_flock()
H A Dlocks.c515 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()
2252 flock->l_len = fl->fl_end == OFFSET_MAX ? 0 : in posix_lock_to_flock()
2264 flock->l_len = fl->fl_end == OFFSET_MAX ? 0 : in posix_lock_to_flock64()
H A Dioctl.c292 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 Docfs2_ioctl.h24 __s64 l_len; /* len == 0 means until end of file */ member
H A Dfile.c1976 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; in __ocfs2_change_file_space()
1985 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space()
1989 if (sr->l_len <= 0) { in __ocfs2_change_file_space()
2012 sr->l_len); in __ocfs2_change_file_space()
2017 sr->l_len); in __ocfs2_change_file_space()
2124 sr.l_len = (s64)len; in ocfs2_fallocate()
/linux/arch/um/os-Linux/
H A Dfile.c583 .l_len = 0 } ); in os_lock_file()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h103 __s64 l_len; /* len == 0 means until end of file */ member
/linux/fs/xfs/
H A Dxfs_trace.h2900 __field(xfs_filblks_t, l_len)
2911 __entry->l_len = len;
2923 __entry->l_len,
2971 __field(xfs_filblks_t, l_len)
2995 __entry->l_len = bi->bi_bmap.br_blockcount;
3009 __entry->l_len,
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4035 __s64 l_len; /* len == 0 means until end of file */ member