Searched refs:fe_logical (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | mballoc.c | 1633 ac->ac_b_ex.fe_logical = ac->ac_g_ex.fe_logical; in ext4_mb_use_best_found() 1833 ex.fe_logical = 0xDEADFA11; /* debug value */ in ext4_mb_find_by_goal() 1962 ex.fe_logical = 0xDEADC0DE; /* debug value */ in ext4_mb_complex_scan_group() 2003 ex.fe_logical = 0xDEADF00D; /* debug value */ in ext4_mb_scan_aligned() 3040 size = ac->ac_o_ex.fe_logical + EXT4_C2B(sbi, ac->ac_o_ex.fe_len); in ext4_mb_normalize_request() 3070 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3074 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3079 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3083 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request() 3117 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.1.27/include/uapi/linux/ |
D | fiemap.h | 17 __u64 fe_logical; /* logical offset in bytes for the start of member
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 49 __u64 fe_logical; /* logical offset in bytes for the start of member
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1616 u64 local_end = fiemap->fm_extents[0].fe_logical; in fiemap_calc_fm_end_offset() 1622 fiemap->fm_extents[0].fe_logical == 0) in fiemap_calc_fm_end_offset() 1872 lcl_fm_ext[0].fe_logical = lun_start; in lov_fiemap() 1909 len_mapped_single_call = lcl_fm_ext[ext_count-1].fe_logical - in lov_fiemap() 1923 lcl_fm_ext[ext_count - 1].fe_logical+ in lov_fiemap()
|
/linux-4.1.27/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.1.27/fs/ |
D | ioctl.c | 108 extent.fe_logical = logical; in fiemap_fill_next_extent()
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3974 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_logical) == 0, "found %lld\n", in lustre_assert_wire_constants() 3975 (long long)(int)offsetof(struct ll_fiemap_extent, fe_logical)); in lustre_assert_wire_constants() 3976 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_logical) == 8, "found %lld\n", in lustre_assert_wire_constants() 3977 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_logical)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1982 __swab64s(&fm_extent->fe_logical); in lustre_swab_fiemap_extent()
|