Searched refs:ll_user_fiemap (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 58 struct ll_user_fiemap { struct 97 return (sizeof(struct ll_user_fiemap) + extent_count * in fiemap_count_to_size() 103 return ((array_size - sizeof(struct ll_user_fiemap)) / in fiemap_size_to_count()
|
D | lustre_user.h | 62 #define FSFILT_IOC_FIEMAP _IOWR('f', 11, struct ll_user_fiemap)
|
D | lustre_idl.h | 3324 struct ll_user_fiemap fiemap; 3329 void lustre_swab_fiemap(struct ll_user_fiemap *fiemap);
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3935 LASSERTF((int)sizeof(struct ll_user_fiemap) == 32, "found %lld\n", in lustre_assert_wire_constants() 3936 (long long)(int)sizeof(struct ll_user_fiemap)); in lustre_assert_wire_constants() 3937 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_start) == 0, "found %lld\n", in lustre_assert_wire_constants() 3938 (long long)(int)offsetof(struct ll_user_fiemap, fm_start)); in lustre_assert_wire_constants() 3939 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_start) == 8, "found %lld\n", in lustre_assert_wire_constants() 3940 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_start)); in lustre_assert_wire_constants() 3941 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_length) == 8, "found %lld\n", in lustre_assert_wire_constants() 3942 (long long)(int)offsetof(struct ll_user_fiemap, fm_length)); in lustre_assert_wire_constants() 3943 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_length) == 8, "found %lld\n", in lustre_assert_wire_constants() 3944 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_length)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1835 void lustre_swab_fiemap(struct ll_user_fiemap *fiemap) in lustre_swab_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1594 static u64 fiemap_calc_fm_end_offset(struct ll_user_fiemap *fiemap, in fiemap_calc_fm_end_offset() 1691 static void fiemap_prepare_and_copy_exts(struct ll_user_fiemap *fiemap, in fiemap_prepare_and_copy_exts() 1718 struct ll_user_fiemap *fiemap = val; in lov_fiemap() 1719 struct ll_user_fiemap *fm_local = NULL; in lov_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1668 static int ll_do_fiemap(struct inode *inode, struct ll_user_fiemap *fiemap, in ll_do_fiemap() 1779 struct ll_user_fiemap *fiemap_s; in ll_ioctl_fiemap() 1787 &((struct ll_user_fiemap __user *)arg)->fm_extent_count)) in ll_ioctl_fiemap() 1801 if (copy_from_user(fiemap_s, (struct ll_user_fiemap __user *)arg, in ll_ioctl_fiemap() 1823 ret_bytes = sizeof(struct ll_user_fiemap); in ll_ioctl_fiemap() 3022 struct ll_user_fiemap *fiemap; in ll_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2739 struct ll_user_fiemap *reply; in osc_get_info()
|