Home
last modified time | relevance | path

Searched refs:fe_logical (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c1604 ex->fe_len, ex->fe_logical); in mb_find_extent()
1701 ac->ac_b_ex.fe_logical = ac->ac_g_ex.fe_logical; in ext4_mb_use_best_found()
1905 ex.fe_logical = 0xDEADFA11; /* debug value */ in ext4_mb_find_by_goal()
2047 ex.fe_logical = 0xDEADC0DE; /* debug value */ in ext4_mb_complex_scan_group()
2088 ex.fe_logical = 0xDEADF00D; /* debug value */ in ext4_mb_scan_aligned()
3473 size = ac->ac_o_ex.fe_logical + EXT4_C2B(sbi, ac->ac_o_ex.fe_len); in ext4_mb_normalize_request()
3503 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3507 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3512 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3516 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request()
[all …]
H A Dmballoc.h124 ext4_lblk_t fe_logical; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfiemap.h18 __u64 fe_logical; /* logical offset in bytes for the start of member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfiemap.h18 __u64 fe_logical; /* logical offset in bytes for the start of member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfiemap.h18 __u64 fe_logical; /* logical offset in bytes for the start of member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfiemap.rst83 __u64 fe_logical; /* logical offset in bytes for the start of
96 returned, fe_logical, fe_physical, and fe_length will be aligned to the
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h1055 __entry->orig_logical = ac->ac_o_ex.fe_logical;
1059 __entry->goal_logical = ac->ac_g_ex.fe_logical;
1063 __entry->result_logical = ac->ac_f_ex.fe_logical;
1112 __entry->orig_logical = ac->ac_o_ex.fe_logical;
1116 __entry->result_logical = ac->ac_b_ex.fe_logical;
/OK3568_Linux_fs/kernel/fs/
H A Dioctl.c135 extent.fe_logical = logical; in fiemap_fill_next_extent()