Searched refs:new_fe_bh (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | namei.c | 60 struct buffer_head **new_fe_bh, 234 struct buffer_head *new_fe_bh = NULL; in ocfs2_mknod() local 377 &new_fe_bh, parent_fe_bh, handle, in ocfs2_mknod() 386 new_fe_bh, data_ac, meta_ac); in ocfs2_mknod() 404 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, in ocfs2_mknod() 413 status = ocfs2_init_security_set(handle, inode, new_fe_bh, &si, in ocfs2_mknod() 456 brelse(new_fe_bh); in ocfs2_mknod() 494 struct buffer_head **new_fe_bh, in __ocfs2_mknod_locked() argument 508 *new_fe_bh = NULL; in __ocfs2_mknod_locked() 519 *new_fe_bh = sb_getblk(osb->sb, fe_blkno); in __ocfs2_mknod_locked() [all …]
|