Searched refs:new_fe_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | namei.c | 60 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() 522 *new_fe_bh in __ocfs2_mknod_locked() 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) __ocfs2_mknod_locked() argument 539 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), *new_fe_bh); __ocfs2_mknod_locked() 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) ocfs2_mknod_locked() argument 1798 struct buffer_head *new_fe_bh = NULL; ocfs2_symlink() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A 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() 522 *new_fe_bh in __ocfs2_mknod_locked() 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) __ocfs2_mknod_locked() argument 539 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), *new_fe_bh); __ocfs2_mknod_locked() 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) ocfs2_mknod_locked() argument 1803 struct buffer_head *new_fe_bh = NULL; ocfs2_symlink() local [all...] |
Completed in 3 milliseconds