Searched refs:blocks_wanted (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 2768 * We allocate enough clusters to fulfill "blocks_wanted", but set 2776 unsigned int blocks_wanted, in ocfs2_expand_inline_dir() 2785 bytes = blocks_wanted << sb->s_blocksize_bits; in ocfs2_expand_inline_dir() 3150 * 'blocks_wanted' is only used if we have an inline directory which 3160 unsigned int blocks_wanted, in ocfs2_extend_dir() 3186 blocks_wanted, lookup, in ocfs2_extend_dir() 3197 if (blocks_wanted == 1) { in ocfs2_extend_dir() 3349 unsigned int *blocks_wanted) in ocfs2_find_dir_space_id() 3409 *blocks_wanted = 1; in ocfs2_find_dir_space_id() 3412 *blocks_wanted in ocfs2_find_dir_space_id() 2775 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) ocfs2_expand_inline_dir() argument 3157 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) ocfs2_extend_dir() argument 3346 ocfs2_find_dir_space_id(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct buffer_head **ret_de_bh, unsigned int *blocks_wanted) ocfs2_find_dir_space_id() argument 4255 unsigned int blocks_wanted = 1; ocfs2_prepare_dir_for_insert() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 2757 * We allocate enough clusters to fulfill "blocks_wanted", but set 2765 unsigned int blocks_wanted, in ocfs2_expand_inline_dir() 2774 bytes = blocks_wanted << sb->s_blocksize_bits; in ocfs2_expand_inline_dir() 3139 * 'blocks_wanted' is only used if we have an inline directory which 3149 unsigned int blocks_wanted, in ocfs2_extend_dir() 3175 blocks_wanted, lookup, in ocfs2_extend_dir() 3186 if (blocks_wanted == 1) { in ocfs2_extend_dir() 3338 unsigned int *blocks_wanted) in ocfs2_find_dir_space_id() 3396 *blocks_wanted = 1; in ocfs2_find_dir_space_id() 3399 *blocks_wanted in ocfs2_find_dir_space_id() 2764 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) ocfs2_expand_inline_dir() argument 3146 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) ocfs2_extend_dir() argument 3335 ocfs2_find_dir_space_id(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct buffer_head **ret_de_bh, unsigned int *blocks_wanted) ocfs2_find_dir_space_id() argument 4241 unsigned int blocks_wanted = 1; ocfs2_prepare_dir_for_insert() local [all...] |
Completed in 11 milliseconds