/linux-4.4.14/fs/ocfs2/ |
H A D | dir.h | 67 struct buffer_head *parent_fe_bh, 72 struct buffer_head *parent_fe_bh, ocfs2_add_entry() 77 inode, blkno, parent_fe_bh, lookup); ocfs2_add_entry() 99 struct buffer_head *parent_fe_bh, 69 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
|
H A D | namei.c | 74 struct buffer_head *parent_fe_bh, 243 struct buffer_head *parent_fe_bh = NULL; ocfs2_mknod() local 277 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1); ocfs2_mknod() 289 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; ocfs2_mknod() 302 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh, ocfs2_mknod() 338 status = ocfs2_calc_xattr_init(dir, parent_fe_bh, mode, ocfs2_mknod() 390 &new_fe_bh, parent_fe_bh, handle, ocfs2_mknod() 406 parent_fe_bh, ocfs2_mknod() 413 ocfs2_journal_dirty(handle, parent_fe_bh); ocfs2_mknod() 417 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, ocfs2_mknod() 449 OCFS2_I(inode)->ip_blkno, parent_fe_bh, ocfs2_mknod() 470 brelse(parent_fe_bh); ocfs2_mknod() 508 struct buffer_head *parent_fe_bh, __ocfs2_mknod_locked() 621 struct buffer_head *parent_fe_bh, ocfs2_mknod_locked() 631 status = ocfs2_claim_new_inode(handle, dir, parent_fe_bh, ocfs2_mknod_locked() 640 parent_fe_bh, handle, inode_ac, ocfs2_mknod_locked() 694 struct buffer_head *parent_fe_bh = NULL; ocfs2_link() local 715 &parent_fe_bh, dir, 0); ocfs2_link() 724 if (!parent_fe_bh) { ocfs2_link() 726 parent_fe_bh = old_dir_bh; ocfs2_link() 727 get_bh(parent_fe_bh); ocfs2_link() 761 err = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh, ocfs2_link() 809 parent_fe_bh, &lookup); ocfs2_link() 836 brelse(parent_fe_bh); ocfs2_link() 1799 struct buffer_head *parent_fe_bh = NULL; ocfs2_symlink() local 1834 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1); ocfs2_symlink() 1841 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; ocfs2_symlink() 1853 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh, ocfs2_symlink() 1931 0, &new_fe_bh, parent_fe_bh, handle, ocfs2_symlink() 2012 le64_to_cpu(fe->i_blkno), parent_fe_bh, ocfs2_symlink() 2035 brelse(parent_fe_bh); ocfs2_symlink() 504 __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 616 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
|
H A D | suballoc.h | 114 struct buffer_head *parent_fe_bh, 226 struct buffer_head *parent_fe_bh,
|
H A D | dir.c | 78 struct buffer_head *parent_fe_bh, 1602 struct buffer_head *parent_fe_bh, __ocfs2_add_entry() 1608 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_fe_bh->b_data; __ocfs2_add_entry() 1648 BUG_ON(insert_bh != parent_fe_bh); __ocfs2_add_entry() 1676 (unsigned long long)parent_fe_bh->b_blocknr, __ocfs2_add_entry() 1681 retval = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); __ocfs2_add_entry() 1687 if (insert_bh == parent_fe_bh) __ocfs2_add_entry() 3112 struct buffer_head *parent_fe_bh, ocfs2_do_extend_dir() 3135 1, 0, parent_fe_bh, handle, ocfs2_do_extend_dir() 3176 struct buffer_head *parent_fe_bh, ocfs2_extend_dir() 3184 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) parent_fe_bh->b_data; ocfs2_extend_dir() 3202 status = ocfs2_expand_inline_dir(dir, parent_fe_bh, ocfs2_extend_dir() 3251 parent_fe_bh); ocfs2_extend_dir() 3297 status = ocfs2_do_extend_dir(osb->sb, handle, dir, parent_fe_bh, ocfs2_extend_dir() 3338 status = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); ocfs2_extend_dir() 4264 struct buffer_head *parent_fe_bh, ocfs2_prepare_dir_for_insert() 4297 ret = ocfs2_prepare_dx_dir_for_insert(dir, parent_fe_bh, ocfs2_prepare_dir_for_insert() 4305 ret = ocfs2_find_dir_space_id(dir, parent_fe_bh, name, ocfs2_prepare_dir_for_insert() 4321 ret = ocfs2_extend_dir(osb, dir, parent_fe_bh, blocks_wanted, ocfs2_prepare_dir_for_insert() 1598 __ocfs2_add_entry(handle_t *handle, struct inode *dir, const char *name, int namelen, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) __ocfs2_add_entry() argument 3109 ocfs2_do_extend_dir(struct super_block *sb, handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **new_bh) ocfs2_do_extend_dir() argument 3174 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) ocfs2_extend_dir() argument 4262 ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_prepare_dir_for_insert() argument
|
H A D | suballoc.c | 2051 struct buffer_head *parent_fe_bh, ocfs2_find_new_inode_loc() 2071 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); ocfs2_find_new_inode_loc() 2184 struct buffer_head *parent_fe_bh, ocfs2_claim_new_inode() 2198 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); ocfs2_claim_new_inode() 2050 ocfs2_find_new_inode_loc(struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *ac, u64 *fe_blkno) ocfs2_find_new_inode_loc() argument 2182 ocfs2_claim_new_inode(handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *ac, u64 *suballoc_loc, u16 *suballoc_bit, u64 *fe_blkno) ocfs2_claim_new_inode() argument
|