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

/linux-master/fs/ocfs2/
H A Dnamei.c59 struct buffer_head **new_fe_bh,
236 struct buffer_head *new_fe_bh = NULL; local
380 &new_fe_bh, parent_fe_bh, handle,
387 fe = (struct ocfs2_dinode *) new_fe_bh->b_data;
390 new_fe_bh, data_ac, meta_ac);
408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh,
417 status = ocfs2_init_security_set(handle, inode, new_fe_bh, &si,
470 brelse(new_fe_bh);
508 struct buffer_head **new_fe_bh,
522 *new_fe_bh
505 __ocfs2_mknod_locked(struct inode *dir, struct inode *inode, dev_t dev, struct buffer_head **new_fe_bh, struct buffer_head *parent_fe_bh, handle_t *handle, struct ocfs2_alloc_context *inode_ac, u64 fe_blkno, u64 suballoc_loc, u16 suballoc_bit) argument
539 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), *new_fe_bh); local
618 ocfs2_mknod_locked(struct ocfs2_super *osb, struct inode *dir, struct inode *inode, dev_t dev, struct buffer_head **new_fe_bh, struct buffer_head *parent_fe_bh, handle_t *handle, struct ocfs2_alloc_context *inode_ac) argument
1813 struct buffer_head *new_fe_bh = NULL; local
[all...]

Completed in 77 milliseconds