Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dnamei.c60 struct buffer_head **new_fe_bh,
235 struct buffer_head *new_fe_bh = NULL; in ocfs2_mknod() local
378 &new_fe_bh, parent_fe_bh, handle, in ocfs2_mknod()
385 fe = (struct ocfs2_dinode *) new_fe_bh->b_data; in ocfs2_mknod()
388 new_fe_bh, data_ac, meta_ac); in ocfs2_mknod()
406 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, in ocfs2_mknod()
415 status = ocfs2_init_security_set(handle, inode, new_fe_bh, &si, in ocfs2_mknod()
468 brelse(new_fe_bh); in ocfs2_mknod()
506 struct buffer_head **new_fe_bh, in __ocfs2_mknod_locked() argument
520 *new_fe_bh = NULL; in __ocfs2_mknod_locked()
[all …]