Searched refs:fe_logical (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 1644 ac->ac_b_ex.fe_logical = ac->ac_g_ex.fe_logical; in ext4_mb_use_best_found() 1844 ex.fe_logical = 0xDEADFA11; /* debug value */ in ext4_mb_find_by_goal() 1973 ex.fe_logical = 0xDEADC0DE; /* debug value */ in ext4_mb_complex_scan_group() 2014 ex.fe_logical = 0xDEADF00D; /* debug value */ in ext4_mb_scan_aligned() 3058 size = ac->ac_o_ex.fe_logical + EXT4_C2B(sbi, ac->ac_o_ex.fe_len); in ext4_mb_normalize_request() 3088 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3092 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3097 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3101 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request() 3135 BUG_ON(!(ac->ac_o_ex.fe_logical >= pa_end || in ext4_mb_normalize_request() [all …]
|
D | mballoc.h | 138 ext4_lblk_t fe_logical; member
|
/linux-4.4.14/include/uapi/linux/ |
D | fiemap.h | 17 __u64 fe_logical; /* logical offset in bytes for the start of member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 47 __u64 fe_logical; /* logical offset in bytes for the start of member
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1598 u64 local_end = fiemap->fm_extents[0].fe_logical; in fiemap_calc_fm_end_offset() 1604 fiemap->fm_extents[0].fe_logical == 0) in fiemap_calc_fm_end_offset() 1854 lcl_fm_ext[0].fe_logical = lun_start; in lov_fiemap() 1891 len_mapped_single_call = lcl_fm_ext[ext_count-1].fe_logical - in lov_fiemap() 1905 lcl_fm_ext[ext_count - 1].fe_logical+ in lov_fiemap()
|
/linux-4.4.14/Documentation/filesystems/ |
D | fiemap.txt | 81 __u64 fe_logical; /* logical offset in bytes for the start of 94 returned, fe_logical, fe_physical, and fe_length will be aligned to the
|
/linux-4.4.14/fs/ |
D | ioctl.c | 108 extent.fe_logical = logical; in fiemap_fill_next_extent()
|
/linux-4.4.14/include/trace/events/ |
D | ext4.h | 987 __entry->orig_logical = ac->ac_o_ex.fe_logical; 991 __entry->goal_logical = ac->ac_g_ex.fe_logical; 995 __entry->result_logical = ac->ac_f_ex.fe_logical; 1044 __entry->orig_logical = ac->ac_o_ex.fe_logical; 1048 __entry->result_logical = ac->ac_b_ex.fe_logical;
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3972 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_logical) == 0, "found %lld\n", in lustre_assert_wire_constants() 3973 (long long)(int)offsetof(struct ll_fiemap_extent, fe_logical)); in lustre_assert_wire_constants() 3974 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_logical) == 8, "found %lld\n", in lustre_assert_wire_constants() 3975 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_logical)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1828 __swab64s(&fm_extent->fe_logical); in lustre_swab_fiemap_extent()
|