Searched refs:new_fe_bh (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | namei.c | 59 struct buffer_head **new_fe_bh, 236 struct buffer_head *new_fe_bh = NULL; in ocfs2_mknod() local 380 &new_fe_bh, parent_fe_bh, handle, in ocfs2_mknod() 387 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_mknod() 390 new_fe_bh, data_ac, meta_ac); in ocfs2_mknod() 408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, in ocfs2_mknod() 417 status = ocfs2_init_security_set(handle, inode, new_fe_bh, &si, in ocfs2_mknod() 470 brelse(new_fe_bh); in ocfs2_mknod() 508 struct buffer_head **new_fe_bh, in __ocfs2_mknod_locked() argument 522 *new_fe_bh = NULL; in __ocfs2_mknod_locked() [all …]
|