Searched refs:pblk (Results 1 – 5 of 5) sorted by relevance
/fs/ext4/ |
D | extents_status.h | 83 ext4_lblk_t len, ext4_fsblk_t pblk, 86 ext4_lblk_t len, ext4_fsblk_t pblk,
|
D | extents_status.c | 303 ext4_fsblk_t pblk) in ext4_es_alloc_extent() argument 311 es->es_pblk = pblk; in ext4_es_alloc_extent() 658 ext4_lblk_t len, ext4_fsblk_t pblk, in ext4_es_insert_extent() argument 666 lblk, len, pblk, status, inode->i_ino); in ext4_es_insert_extent() 675 ext4_es_store_pblock_status(&newes, pblk, status); in ext4_es_insert_extent() 706 ext4_lblk_t len, ext4_fsblk_t pblk, in ext4_es_cache_extent() argument 715 ext4_es_store_pblock_status(&newes, pblk, status); in ext4_es_cache_extent()
|
D | extents.c | 441 int depth, ext4_fsblk_t pblk) in __ext4_ext_check() argument 483 (unsigned long long) pblk, error_msg, in __ext4_ext_check() 490 #define ext4_ext_check(inode, eh, depth, pblk) \ argument 491 __ext4_ext_check(__func__, __LINE__, (inode), (eh), (depth), (pblk)) 500 struct inode *inode, ext4_fsblk_t pblk, int depth, in __read_extent_tree_block() argument 506 bh = sb_getblk(inode->i_sb, pblk); in __read_extent_tree_block() 511 trace_ext4_ext_load_extent(inode, pblk, _RET_IP_); in __read_extent_tree_block() 519 ext_block_hdr(bh), depth, pblk); in __read_extent_tree_block() 556 #define read_extent_tree_block(inode, pblk, depth, flags) \ argument 557 __read_extent_tree_block(__func__, __LINE__, (inode), (pblk), \ [all …]
|
D | crypto.c | 412 ext4_fsblk_t pblk = ext4_ext_pblock(ex); in ext4_encrypted_zeroout() local 440 bio->bi_sector = pblk; in ext4_encrypted_zeroout()
|
D | ext4.h | 272 #define EXT4_PBLK_CMASK(s, pblk) ((pblk) & \ argument 277 #define EXT4_PBLK_COFF(s, pblk) ((pblk) & \ argument
|