Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuballoc.h94 u64 *suballoc_loc,
102 u64 *suballoc_loc,
219 u64 *suballoc_loc,
H A Dnamei.c512 u64 fe_blkno, u64 suballoc_loc, u16 suballoc_bit) in __ocfs2_mknod_locked()
555 fe->i_suballoc_loc = cpu_to_le64(suballoc_loc); in __ocfs2_mknod_locked()
628 u64 suballoc_loc, fe_blkno = 0; in ocfs2_mknod_locked() local
634 inode_ac, &suballoc_loc, in ocfs2_mknod_locked()
643 fe_blkno, suballoc_loc, suballoc_bit); in ocfs2_mknod_locked()
2507 u64 di_blkno, suballoc_loc; in ocfs2_create_inode_in_orphan() local
2548 &suballoc_loc, in ocfs2_create_inode_in_orphan()
2559 inode_ac, di_blkno, suballoc_loc, in ocfs2_create_inode_in_orphan()
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
H A Dsuballoc.c1992 u64 *suballoc_loc, in ocfs2_claim_metadata()
2015 *suballoc_loc = res.sr_bg_blkno; in ocfs2_claim_metadata()
2126 u64 *suballoc_loc, in ocfs2_claim_new_inode_at_loc()
2183 *suballoc_loc = res->sr_bg_blkno; in ocfs2_claim_new_inode_at_loc()
2198 u64 *suballoc_loc, in ocfs2_claim_new_inode()
2225 *suballoc_loc = res.sr_bg_blkno; in ocfs2_claim_new_inode()
1989 ocfs2_claim_metadata(handle_t *handle, struct ocfs2_alloc_context *ac, u32 bits_wanted, u64 *suballoc_loc, u16 *suballoc_bit_start, unsigned int *num_bits, u64 *blkno_start) ocfs2_claim_metadata() argument
2123 ocfs2_claim_new_inode_at_loc(handle_t *handle, struct inode *dir, struct ocfs2_alloc_context *ac, u64 *suballoc_loc, u16 *suballoc_bit, u64 di_blkno) ocfs2_claim_new_inode_at_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
H A Drefcounttree.c565 u64 suballoc_loc, first_blkno; in ocfs2_create_refcount_tree() local
592 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_create_refcount_tree()
627 rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_refcount_tree()
1285 u64 suballoc_loc, blkno; in ocfs2_expand_inline_ref_root() local
1299 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_expand_inline_ref_root()
1331 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()
1523 u64 suballoc_loc, blkno; in ocfs2_new_leaf_refcount_block() local
1547 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_new_leaf_refcount_block()
1575 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_new_leaf_refcount_block()
H A Ddir.c2304 u64 suballoc_loc, dr_blkno; in ocfs2_dx_dir_attach_index() local
2311 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2340 dx_root->dr_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_dx_dir_attach_index()
H A Dalloc.c996 u64 suballoc_loc, first_blkno; in ocfs2_create_new_meta_bhs() local
1006 &suballoc_loc, in ocfs2_create_new_meta_bhs()
1040 eb->h_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_new_meta_bhs()
H A Dxattr.c2869 u64 suballoc_loc, first_blkno; in ocfs2_create_xattr_block() local
2882 &suballoc_loc, &suballoc_bit_start, in ocfs2_create_xattr_block()
2911 xblk->xb_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_xattr_block()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuballoc.h92 u64 *suballoc_loc,
100 u64 *suballoc_loc,
217 u64 *suballoc_loc,
H A Dnamei.c512 u64 fe_blkno, u64 suballoc_loc, u16 suballoc_bit) in __ocfs2_mknod_locked()
555 fe->i_suballoc_loc = cpu_to_le64(suballoc_loc); in __ocfs2_mknod_locked()
628 u64 suballoc_loc, fe_blkno = 0; in ocfs2_mknod_locked() local
634 inode_ac, &suballoc_loc, in ocfs2_mknod_locked()
643 fe_blkno, suballoc_loc, suballoc_bit); in ocfs2_mknod_locked()
2512 u64 di_blkno, suballoc_loc; in ocfs2_create_inode_in_orphan() local
2553 &suballoc_loc, in ocfs2_create_inode_in_orphan()
2564 inode_ac, di_blkno, suballoc_loc, in ocfs2_create_inode_in_orphan()
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
H A Dsuballoc.c1990 u64 *suballoc_loc, in ocfs2_claim_metadata()
2013 *suballoc_loc = res.sr_bg_blkno; in ocfs2_claim_metadata()
2124 u64 *suballoc_loc, in ocfs2_claim_new_inode_at_loc()
2181 *suballoc_loc = res->sr_bg_blkno; in ocfs2_claim_new_inode_at_loc()
2196 u64 *suballoc_loc, in ocfs2_claim_new_inode()
2223 *suballoc_loc = res.sr_bg_blkno; in ocfs2_claim_new_inode()
1987 ocfs2_claim_metadata(handle_t *handle, struct ocfs2_alloc_context *ac, u32 bits_wanted, u64 *suballoc_loc, u16 *suballoc_bit_start, unsigned int *num_bits, u64 *blkno_start) ocfs2_claim_metadata() argument
2121 ocfs2_claim_new_inode_at_loc(handle_t *handle, struct inode *dir, struct ocfs2_alloc_context *ac, u64 *suballoc_loc, u16 *suballoc_bit, u64 di_blkno) ocfs2_claim_new_inode_at_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
H A Drefcounttree.c563 u64 suballoc_loc, first_blkno; in ocfs2_create_refcount_tree() local
590 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_create_refcount_tree()
625 rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_refcount_tree()
1283 u64 suballoc_loc, blkno; in ocfs2_expand_inline_ref_root() local
1297 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_expand_inline_ref_root()
1329 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()
1521 u64 suballoc_loc, blkno; in ocfs2_new_leaf_refcount_block() local
1545 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_new_leaf_refcount_block()
1573 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_new_leaf_refcount_block()
H A Ddir.c2293 u64 suballoc_loc, dr_blkno; in ocfs2_dx_dir_attach_index() local
2300 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2329 dx_root->dr_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_dx_dir_attach_index()
H A Dalloc.c994 u64 suballoc_loc, first_blkno; in ocfs2_create_new_meta_bhs() local
1004 &suballoc_loc, in ocfs2_create_new_meta_bhs()
1038 eb->h_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_new_meta_bhs()
H A Dxattr.c2863 u64 suballoc_loc, first_blkno; in ocfs2_create_xattr_block() local
2876 &suballoc_loc, &suballoc_bit_start, in ocfs2_create_xattr_block()
2905 xblk->xb_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_create_xattr_block()

Completed in 68 milliseconds