Searched defs:indirect_blks (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | indirect.c | 537 int indirect_blks; in ext4_ind_map_blocks() local 328 ext4_alloc_branch(handle_t *handle, struct ext4_allocation_request *ar, int indirect_blks, ext4_lblk_t *offsets, Indirect *branch) ext4_alloc_branch() argument [all...] |
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | indirect.c | 539 int indirect_blks; in ext4_ind_map_blocks() local 328 ext4_alloc_branch(handle_t *handle, struct ext4_allocation_request *ar, int indirect_blks, ext4_lblk_t *offsets, Indirect *branch) ext4_alloc_branch() argument [all...] |
| /kernel/linux/linux-5.10/fs/ext2/ |
| H A D | inode.c | 395 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) ext2_alloc_blocks() argument 475 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) ext2_alloc_branch() argument 630 int indirect_blks; ext2_get_blocks() local [all...] |
| /kernel/linux/linux-6.6/fs/ext2/ |
| H A D | inode.c | 399 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) ext2_alloc_blocks() argument 479 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) ext2_alloc_branch() argument 634 int indirect_blks; ext2_get_blocks() local [all...] |
| /kernel/linux/linux-5.10/fs/f2fs/ |
| H A D | node.c | 610 const long indirect_blks = ADDRS_PER_BLOCK(dn->inode) * NIDS_PER_BLOCK; in f2fs_get_next_page_offset() local 649 const long indirect_blks = ADDRS_PER_BLOCK(inode) * NIDS_PER_BLOCK; in get_node_path() local
|
| H A D | gc.c | 976 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in f2fs_start_bidx_of_node() local
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| H A D | gc.c | 1084 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in f2fs_start_bidx_of_node() local
|
| H A D | node.c | 649 const long indirect_blks = ADDRS_PER_BLOCK(dn->inode) * NIDS_PER_BLOCK; in f2fs_get_next_page_offset() local 688 const long indirect_blks = ADDRS_PER_BLOCK(inode) * NIDS_PER_BLOCK; in get_node_path() local
|
Completed in 18 milliseconds