Home
last modified time | relevance | path

Searched defs:new_bh (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dbuffer_head_io.c97 int new_bh = 0; in ocfs2_read_blocks_sync() local
204 int new_bh = 0; in ocfs2_read_blocks() local
H A Ddir.c2233 struct buffer_head *new_bh = NULL; in ocfs2_fill_new_dir_el() local
2246 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), new_bh); in ocfs2_fill_new_dir_el() local
3092 ocfs2_do_extend_dir(struct super_block *sb, handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **new_bh) ocfs2_do_extend_dir() argument
3172 struct buffer_head *new_bh = NULL; ocfs2_extend_dir() local
3287 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), new_bh); ocfs2_extend_dir() local
[all...]
H A Drefcounttree.c560 struct buffer_head *new_bh = NULL; in ocfs2_create_refcount_tree() local
1287 struct buffer_head *new_bh = NULL; in ocfs2_expand_inline_ref_root() local
1448 ocfs2_divide_leaf_refcount_block(struct buffer_head *ref_leaf_bh, struct buffer_head *new_bh, u32 *split_cpos) ocfs2_divide_leaf_refcount_block() argument
1527 struct buffer_head *new_bh = NULL; ocfs2_new_leaf_refcount_block() local
1748 struct buffer_head *new_bh = NULL; ocfs2_insert_refcount_rec() local
1840 struct buffer_head *new_bh = NULL; ocfs2_split_refcount_rec() local
3013 struct buffer_head *new_bh = NULL; ocfs2_duplicate_clusters_by_jbd() local
4186 struct buffer_head *new_bh = NULL; __ocfs2_reflink() local
[all...]
H A Dxattr.c2871 struct buffer_head *new_bh = NULL; in ocfs2_create_xattr_block() local
2896 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), new_bh); in ocfs2_create_xattr_block() local
2957 struct buffer_head *new_bh = NULL; ocfs2_xattr_block_set() local
6189 struct buffer_head *new_bh; global() member
6338 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) ocfs2_reflink_xattr_header() argument
7130 ocfs2_reflink_xattrs(struct inode *old_inode, struct buffer_head *old_bh, struct inode *new_inode, struct buffer_head *new_bh, bool preserve_security) ocfs2_reflink_xattrs() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dbuffer_head_io.c95 int new_bh = 0; in ocfs2_read_blocks_sync() local
202 int new_bh = 0; in ocfs2_read_blocks() local
H A Drefcounttree.c558 struct buffer_head *new_bh = NULL; in ocfs2_create_refcount_tree() local
1285 struct buffer_head *new_bh = NULL; in ocfs2_expand_inline_ref_root() local
1446 ocfs2_divide_leaf_refcount_block(struct buffer_head *ref_leaf_bh, struct buffer_head *new_bh, u32 *split_cpos) ocfs2_divide_leaf_refcount_block() argument
1525 struct buffer_head *new_bh = NULL; ocfs2_new_leaf_refcount_block() local
1746 struct buffer_head *new_bh = NULL; ocfs2_insert_refcount_rec() local
1838 struct buffer_head *new_bh = NULL; ocfs2_split_refcount_rec() local
3014 struct buffer_head *new_bh = NULL; ocfs2_duplicate_clusters_by_jbd() local
4157 struct buffer_head *new_bh = NULL; __ocfs2_reflink() local
[all...]
H A Ddir.c2222 struct buffer_head *new_bh = NULL; in ocfs2_fill_new_dir_el() local
2235 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), new_bh); in ocfs2_fill_new_dir_el() local
3081 ocfs2_do_extend_dir(struct super_block *sb, handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **new_bh) ocfs2_do_extend_dir() argument
3161 struct buffer_head *new_bh = NULL; ocfs2_extend_dir() local
3276 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), new_bh); ocfs2_extend_dir() local
[all...]
H A Dxattr.c2865 struct buffer_head *new_bh = NULL; in ocfs2_create_xattr_block() local
2890 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), new_bh); in ocfs2_create_xattr_block() local
2951 struct buffer_head *new_bh = NULL; ocfs2_xattr_block_set() local
6183 struct buffer_head *new_bh; global() member
6332 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) ocfs2_reflink_xattr_header() argument
7124 ocfs2_reflink_xattrs(struct inode *old_inode, struct buffer_head *old_bh, struct inode *new_inode, struct buffer_head *new_bh, bool preserve_security) ocfs2_reflink_xattrs() argument
[all...]
/kernel/linux/linux-5.10/fs/bfs/
H A Ddir.c207 struct buffer_head *old_bh, *new_bh; in bfs_rename() local
/kernel/linux/linux-6.6/fs/bfs/
H A Ddir.c207 struct buffer_head *old_bh, *new_bh; in bfs_rename() local
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c662 struct buffer_head *new_bh = NULL; in ext2_xattr_set2() local
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr.c710 struct buffer_head *new_bh = NULL; in ext2_xattr_set2() local
[all...]
/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c122 struct buffer_head *new_bh; in affs_alloc_extblock() local
[all...]
/kernel/linux/linux-6.6/fs/affs/
H A Dfile.c123 struct buffer_head *new_bh; in affs_alloc_extblock() local
[all...]
/kernel/linux/linux-5.10/fs/exfat/
H A Dnamei.c1024 struct buffer_head *new_bh, *old_bh; in exfat_rename_file() local
1112 struct buffer_head *mov_bh, *new_bh; in exfat_move_file() local
1216 struct buffer_head *old_bh, *new_bh = NULL; __exfat_rename() local
[all...]
/kernel/linux/linux-6.6/fs/exfat/
H A Dnamei.c1019 struct buffer_head *new_bh, *old_bh; in exfat_rename_file() local
1104 struct buffer_head *mov_bh, *new_bh; in exfat_move_file() local
1184 struct buffer_head *new_bh = NULL; __exfat_rename() local
[all...]
/kernel/linux/linux-5.10/fs/jbd2/
H A Djournal.c347 struct buffer_head *new_bh; in jbd2_journal_write_metadata_buffer() local
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsegment.c1576 nilfs_list_replace_buffer(struct buffer_head *old_bh, struct buffer_head *new_bh) nilfs_list_replace_buffer() argument
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c1870 struct buffer_head *new_bh = NULL; in ext4_xattr_block_set() local
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dfix_node.c829 struct buffer_head *new_bh, *Sh = PATH_H_PBUFFER(tb->tb_path, h); in get_empty_nodes() local
/kernel/linux/linux-6.6/fs/jbd2/
H A Djournal.c335 struct buffer_head *new_bh; in jbd2_journal_write_metadata_buffer() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.c1924 struct buffer_head *new_bh = NULL; in ext4_xattr_block_set() local
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegment.c1573 nilfs_list_replace_buffer(struct buffer_head *old_bh, struct buffer_head *new_bh) nilfs_list_replace_buffer() argument
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dfix_node.c829 struct buffer_head *new_bh, *Sh = PATH_H_PBUFFER(tb->tb_path, h); in get_empty_nodes() local

Completed in 63 milliseconds