Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.h53 struct buffer_head *parent_fe_bh,
58 struct buffer_head *parent_fe_bh, in ocfs2_add_entry()
63 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry()
85 struct buffer_head *parent_fe_bh,
55 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 Dnamei.c61 struct buffer_head *parent_fe_bh,
231 struct buffer_head *parent_fe_bh = NULL; in ocfs2_mknod() local
267 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1); in ocfs2_mknod()
279 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
292 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh, in ocfs2_mknod()
328 status = ocfs2_calc_xattr_init(dir, parent_fe_bh, mode, in ocfs2_mknod()
380 &new_fe_bh, parent_fe_bh, handle, in ocfs2_mknod()
397 parent_fe_bh, in ocfs2_mknod()
404 ocfs2_journal_dirty(handle, parent_fe_bh); in ocfs2_mknod()
408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, in ocfs2_mknod()
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
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
687 struct buffer_head *parent_fe_bh = NULL; ocfs2_link() local
1799 struct buffer_head *parent_fe_bh = NULL; ocfs2_symlink() local
[all...]
H A Dsuballoc.h100 struct buffer_head *parent_fe_bh,
212 struct buffer_head *parent_fe_bh,
H A Ddir.c61 struct buffer_head *parent_fe_bh,
1591 struct buffer_head *parent_fe_bh, in __ocfs2_add_entry()
1597 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_fe_bh->b_data; in __ocfs2_add_entry()
1637 BUG_ON(insert_bh != parent_fe_bh); in __ocfs2_add_entry()
1666 (unsigned long long)parent_fe_bh->b_blocknr, in __ocfs2_add_entry()
1671 retval = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); in __ocfs2_add_entry()
1677 if (insert_bh == parent_fe_bh) in __ocfs2_add_entry()
3095 struct buffer_head *parent_fe_bh, in ocfs2_do_extend_dir()
3118 1, 0, parent_fe_bh, handle, in ocfs2_do_extend_dir()
3159 struct buffer_head *parent_fe_bh, in ocfs2_extend_dir()
1587 __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
3092 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
3157 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
4247 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
[all...]
H A Dsuballoc.c2063 struct buffer_head *parent_fe_bh, in ocfs2_find_new_inode_loc()
2083 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); in ocfs2_find_new_inode_loc()
2196 struct buffer_head *parent_fe_bh, in ocfs2_claim_new_inode()
2210 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); in ocfs2_claim_new_inode()
2062 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
2194 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
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.h51 struct buffer_head *parent_fe_bh,
56 struct buffer_head *parent_fe_bh, in ocfs2_add_entry()
61 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry()
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) ocfs2_add_entry() argument
H A Dnamei.c60 struct buffer_head *parent_fe_bh,
231 struct buffer_head *parent_fe_bh = NULL; in ocfs2_mknod() local
267 status = ocfs2_inode_lock(dir, &parent_fe_bh, 1); in ocfs2_mknod()
279 dirfe = (struct ocfs2_dinode *) parent_fe_bh->b_data; in ocfs2_mknod()
292 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_fe_bh, in ocfs2_mknod()
328 status = ocfs2_calc_xattr_init(dir, parent_fe_bh, mode, in ocfs2_mknod()
380 &new_fe_bh, parent_fe_bh, handle, in ocfs2_mknod()
397 parent_fe_bh, in ocfs2_mknod()
404 ocfs2_journal_dirty(handle, parent_fe_bh); in ocfs2_mknod()
408 status = ocfs2_init_acl(handle, inode, dir, new_fe_bh, parent_fe_bh, in ocfs2_mknod()
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
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
689 struct buffer_head *parent_fe_bh = NULL; ocfs2_link() local
1804 struct buffer_head *parent_fe_bh = NULL; ocfs2_symlink() local
[all...]
H A Dsuballoc.h98 struct buffer_head *parent_fe_bh,
210 struct buffer_head *parent_fe_bh,
H A Ddir.c59 struct buffer_head *parent_fe_bh,
1583 struct buffer_head *parent_fe_bh, in __ocfs2_add_entry()
1589 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_fe_bh->b_data; in __ocfs2_add_entry()
1629 BUG_ON(insert_bh != parent_fe_bh); in __ocfs2_add_entry()
1657 (unsigned long long)parent_fe_bh->b_blocknr, in __ocfs2_add_entry()
1662 retval = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); in __ocfs2_add_entry()
1668 if (insert_bh == parent_fe_bh) in __ocfs2_add_entry()
3084 struct buffer_head *parent_fe_bh, in ocfs2_do_extend_dir()
3107 1, 0, parent_fe_bh, handle, in ocfs2_do_extend_dir()
3148 struct buffer_head *parent_fe_bh, in ocfs2_extend_dir()
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) __ocfs2_add_entry() argument
3081 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
3146 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
4233 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
[all...]
H A Dsuballoc.c2061 struct buffer_head *parent_fe_bh, in ocfs2_find_new_inode_loc()
2081 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); in ocfs2_find_new_inode_loc()
2194 struct buffer_head *parent_fe_bh, in ocfs2_claim_new_inode()
2208 ocfs2_init_inode_ac_group(dir, parent_fe_bh, ac); in ocfs2_claim_new_inode()
2060 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
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) ocfs2_claim_new_inode() argument

Completed in 20 milliseconds