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

/linux-master/fs/ocfs2/
H A Ddir.h51 struct buffer_head *parent_fe_bh,
56 struct buffer_head *parent_fe_bh,
61 inode, blkno, parent_fe_bh, lookup);
83 struct buffer_head *parent_fe_bh,
53 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) argument
H A Dsuballoc.h98 struct buffer_head *parent_fe_bh,
210 struct buffer_head *parent_fe_bh,
H A Dnamei.c60 struct buffer_head *parent_fe_bh,
231 struct buffer_head *parent_fe_bh = NULL; local
267 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1);
279 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data;
292 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh,
328 status = ocfs2_calc_xattr_init(dir, parent_fe_bh, mode,
380 &new_fe_bh, parent_fe_bh, handle,
397 parent_fe_bh,
404 ocfs2_journal_dirty(handle, parent_fe_bh);
408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_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
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
689 struct buffer_head *parent_fe_bh = NULL; local
1814 struct buffer_head *parent_fe_bh = NULL; local
[all...]
H A Ddir.c59 struct buffer_head *parent_fe_bh,
1583 struct buffer_head *parent_fe_bh,
1589 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_fe_bh->b_data;
1626 BUG_ON(insert_bh != parent_fe_bh);
1654 (unsigned long long)parent_fe_bh->b_blocknr,
1660 retval = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh);
1666 if (insert_bh == parent_fe_bh)
3082 struct buffer_head *parent_fe_bh,
3105 1, 0, parent_fe_bh, handle,
3146 struct buffer_head *parent_fe_bh,
1579 __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) argument
3079 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) argument
3144 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) argument
4231 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) argument
[all...]
H A Dsuballoc.c2061 struct buffer_head *parent_fe_bh,
2081 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac);
2194 struct buffer_head *parent_fe_bh,
2208 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac);
2060 ocfs2_find_new_inode_loc(struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *ac, u64 *fe_blkno) argument
2192 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) argument

Completed in 175 milliseconds