Searched refs:di_bh (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | acl.c | 115 struct buffer_head *di_bh) in ocfs2_get_acl_nolock() argument 133 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index, "", NULL, 0); in ocfs2_get_acl_nolock() 138 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index, in ocfs2_get_acl_nolock() 159 static int ocfs2_acl_set_mode(struct inode *inode, struct buffer_head *di_bh, in ocfs2_acl_set_mode() argument 165 if (di_bh == NULL) { in ocfs2_acl_set_mode() 166 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_acl_set_mode() 172 get_bh(di_bh); in ocfs2_acl_set_mode() 186 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_acl_set_mode() 187 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh, in ocfs2_acl_set_mode() 201 ocfs2_journal_dirty(handle, di_bh); in ocfs2_acl_set_mode() [all …]
|
| H A D | file.h | 44 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 D | refcounttree.h | 46 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 D | namei.h | 32 struct inode *inode, struct buffer_head *di_bh,
|
| H A D | suballoc.h | 76 struct buffer_head *di_bh, 80 struct buffer_head *di_bh,
|
| H A D | extent_map.h | 41 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh,
|
| H A D | dir.h | 96 int ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh);
|