Searched refs:blocks_wanted (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c2755 * We allocate enough clusters to fulfill "blocks_wanted", but set
2763 unsigned int blocks_wanted,
2772 bytes = blocks_wanted << sb->s_blocksize_bits;
3137 * 'blocks_wanted' is only used if we have an inline directory which
3147 unsigned int blocks_wanted,
3173 blocks_wanted, lookup,
3184 if (blocks_wanted == 1) {
3336 unsigned int *blocks_wanted)
3394 *blocks_wanted = 1;
3397 *blocks_wanted
2762 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) argument
3144 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) argument
3333 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) argument
4239 unsigned int blocks_wanted = 1; local
[all...]

Completed in 190 milliseconds