Home
last modified time | relevance | path

Searched refs:dir_bh (Results 1 – 7 of 7) sorted by relevance

/linux/fs/affs/
A Damigaffs.c29 struct buffer_head *dir_bh; in affs_insert_hash() local
38 dir_bh = affs_bread(sb, dir->i_ino); in affs_insert_hash()
39 if (!dir_bh) in affs_insert_hash()
44 affs_brelse(dir_bh); in affs_insert_hash()
45 dir_bh = affs_bread(sb, hash_ino); in affs_insert_hash()
46 if (!dir_bh) in affs_insert_hash()
54 if (dir->i_ino == dir_bh->b_blocknr) in affs_insert_hash()
55 AFFS_HEAD(dir_bh)->table[offset] = cpu_to_be32(ino); in affs_insert_hash()
59 affs_adjust_checksum(dir_bh, ino); in affs_insert_hash()
60 mark_buffer_dirty_inode(dir_bh, dir); in affs_insert_hash()
[all …]
A Ddir.c49 struct buffer_head *dir_bh = NULL; in affs_readdir() local
76 dir_bh = affs_bread(sb, inode->i_ino); in affs_readdir()
77 if (!dir_bh) in affs_readdir()
89 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]); in affs_readdir()
106 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]); in affs_readdir()
139 affs_brelse(dir_bh); in affs_readdir()
/linux/fs/ocfs2/
A Dacl.c354 struct buffer_head *dir_bh, in ocfs2_init_acl() argument
367 dir_bh); in ocfs2_init_acl()
A Dxattr.c615 struct buffer_head *dir_bh, in ocfs2_calc_xattr_init() argument
632 acl_len = ocfs2_xattr_get_nolock(dir, dir_bh, in ocfs2_calc_xattr_init()
7215 struct buffer_head *dir_bh = NULL; in ocfs2_init_security_and_acl() local
7223 ret = ocfs2_inode_lock(dir, &dir_bh, 0); in ocfs2_init_security_and_acl()
7228 ret = ocfs2_init_acl(NULL, inode, dir, NULL, dir_bh, NULL, NULL); in ocfs2_init_security_and_acl()
7233 brelse(dir_bh); in ocfs2_init_security_and_acl()
A Dnamei.c2423 struct buffer_head *dir_bh, in ocfs2_prep_new_orphaned_file() argument
2451 ret = ocfs2_find_new_inode_loc(dir, dir_bh, inode_ac, in ocfs2_prep_new_orphaned_file()
/linux/fs/udf/
A Dnamei.c1085 struct buffer_head *dir_bh = NULL; in udf_rename() local
1136 dir_bh = udf_bread(old_inode, 0, 0, &retval); in udf_rename()
1137 if (!dir_bh) in udf_rename()
1139 dir_fi = udf_get_fileident(dir_bh->b_data, in udf_rename()
1190 mark_buffer_dirty_inode(dir_bh, old_inode); in udf_rename()
1210 brelse(dir_bh); in udf_rename()
/linux/fs/ext4/
A Dnamei.c3489 struct buffer_head *dir_bh; member
3501 if (!ent->dir_bh) in ext4_rename_dir_prepare()
3507 ent->dir_bh, EXT4_JTR_NONE); in ext4_rename_dir_prepare()
3521 ent->dir_bh); in ext4_rename_dir_finish()
3524 ent->dir_bh); in ext4_rename_dir_finish()
3862 if (old.dir_bh) { in ext4_rename()
3926 brelse(old.dir_bh); in ext4_rename()
4053 if (old.dir_bh) { in ext4_cross_rename()
4058 if (new.dir_bh) { in ext4_cross_rename()
4068 brelse(old.dir_bh); in ext4_cross_rename()
[all …]

Completed in 45 milliseconds