Home
last modified time | relevance | path

Searched refs:di_bh (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ocfs2/
H A Dfile.h44 struct buffer_head *di_bh,
47 struct buffer_head *di_bh,
49 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh,
51 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh,
72 struct buffer_head *di_bh, u64 byte_start,
H A Drefcounttree.h46 struct buffer_head *di_bh,
95 int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh);
97 struct buffer_head *di_bh);
H A Dnamei.c2645 struct buffer_head *di_bh = NULL; in ocfs2_add_inode_to_orphan() local
2650 status = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_add_inode_to_orphan()
2656 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_add_inode_to_orphan()
2662 status = ocfs2_truncate_file(inode, di_bh, i_size_read(inode)); in ocfs2_add_inode_to_orphan()
2669 status = ocfs2_del_inode_from_orphan(osb, inode, di_bh, 0, 0); in ocfs2_add_inode_to_orphan()
2693 status = ocfs2_orphan_add(osb, handle, inode, di_bh, orphan_name, in ocfs2_add_inode_to_orphan()
2709 brelse(di_bh); in ocfs2_add_inode_to_orphan()
2716 struct inode *inode, struct buffer_head *di_bh, in ocfs2_del_inode_from_orphan() argument
2721 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_del_inode_from_orphan()
2761 di_bh, in ocfs2_del_inode_from_orphan()
[all …]
H A Dsuballoc.h76 struct buffer_head *di_bh,
80 struct buffer_head *di_bh,
H A Dnamei.h32 struct inode *inode, struct buffer_head *di_bh,
H A Dxattr.c1261 struct buffer_head *di_bh = NULL; in ocfs2_listxattr() local
1271 ret = ocfs2_inode_lock(d_inode(dentry), &di_bh, 0); in ocfs2_listxattr()
1277 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_listxattr()
1296 brelse(di_bh); in ocfs2_listxattr()
1521 struct buffer_head *di_bh, in ocfs2_xattr_get_nolock() argument
1543 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1544 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_xattr_get_nolock()
1567 struct buffer_head *di_bh = NULL; in ocfs2_xattr_get() local
1570 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh); in ocfs2_xattr_get()
1576 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index, in ocfs2_xattr_get()
[all …]
H A Dextent_map.h41 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh,
H A Ddir.h96 int ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh);