Home
last modified time | relevance | path

Searched refs:ec_start (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ext4/
Dextents.c1945 cbex.ec_start = 0; in ext4_ext_walk_space()
1949 cbex.ec_start = ext4_ext_pblock(ex); in ext4_ext_walk_space()
1998 cex->ec_start = start; in ext4_ext_put_in_cache()
2088 cex->ec_block, cex->ec_len, cex->ec_start); in ext4_ext_check_cache()
2119 ext4_ext_store_pblock(ex, cex.ec_start); in ext4_ext_in_cache()
4532 if (newex->ec_start == 0) { in ext4_ext_fiemap_cb()
4699 physical = (__u64)newex->ec_start << blksize_bits; in ext4_ext_fiemap_cb()
Dext4.h796 ext4_fsblk_t ec_start; member