Searched defs:indirect_blks (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ext4/
H A Dindirect.c539 int indirect_blks; local
328 ext4_alloc_branch(handle_t *handle, struct ext4_allocation_request *ar, int indirect_blks, ext4_lblk_t *offsets, Indirect *branch) argument
[all...]
/linux-master/fs/ext2/
H A Dinode.c399 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) argument
479 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) argument
634 int indirect_blks; local
[all...]
/linux-master/fs/f2fs/
H A Dgc.c1083 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; local
H A Dnode.c649 const long indirect_blks = ADDRS_PER_BLOCK(dn->inode) * NIDS_PER_BLOCK; local
688 const long indirect_blks = ADDRS_PER_BLOCK(inode) * NIDS_PER_BLOCK; local

Completed in 102 milliseconds