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

/linux-master/fs/affs/
H A Ddir.c49 struct buffer_head *dir_bh = NULL; local
76 dir_bh = affs_bread(sb, inode->i_ino);
77 if (!dir_bh)
89 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
106 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
139 affs_brelse(dir_bh);
H A Damigaffs.c29 struct buffer_head *dir_bh; local
38 dir_bh = affs_bread(sb, dir->i_ino);
39 if (!dir_bh)
42 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]);
44 affs_brelse(dir_bh);
45 dir_bh = affs_bread(sb, hash_ino);
46 if (!dir_bh)
48 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
54 if (dir->i_ino == dir_bh->b_blocknr)
55 AFFS_HEAD(dir_bh)
[all...]
/linux-master/fs/ocfs2/
H A Dacl.c355 struct buffer_head *dir_bh,
368 dir_bh);
351 ocfs2_init_acl(handle_t *handle, struct inode *inode, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dir_bh, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac) argument
H A Dxattr.c611 struct buffer_head *dir_bh,
628 acl_len = ocfs2_xattr_get_nolock(dir, dir_bh,
7211 struct buffer_head *dir_bh = NULL; local
7219 ret = ocfs2_inode_lock(dir, &dir_bh, 0);
7224 ret = ocfs2_init_acl(NULL, inode, dir, NULL, dir_bh, NULL, NULL);
7229 brelse(dir_bh);
610 ocfs2_calc_xattr_init(struct inode *dir, struct buffer_head *dir_bh, umode_t mode, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, int *want_meta) argument
H A Dnamei.c2424 * @dir_bh: buffer_head the @dir inode block
2440 struct buffer_head *dir_bh,
2468 ret = ocfs2_find_new_inode_loc(dir, dir_bh, inode_ac,
2439 ocfs2_prep_new_orphaned_file(struct inode *dir, struct buffer_head *dir_bh, char *orphan_name, struct inode **ret_orphan_dir, u64 *ret_di_blkno, struct ocfs2_dir_lookup_result *orphan_insert, struct ocfs2_alloc_context **ret_inode_ac) argument
/linux-master/fs/ext4/
H A Dnamei.c3586 struct buffer_head *dir_bh; member in struct:ext4_renament
3599 ent->dir_bh = ext4_get_first_dir_block(handle, ent->inode,
3602 if (!ent->dir_bh)
3606 BUFFER_TRACE(ent->dir_bh, "get_write_access");
3608 ent->dir_bh, EXT4_JTR_NONE);
3616 if (!ent->dir_bh)
3620 BUFFER_TRACE(ent->dir_bh, "call ext4_handle_dirty_metadata");
3625 ent->dir_bh);
3628 ent->dir_bh);
4043 brelse(old.dir_bh);
[all...]

Completed in 230 milliseconds