/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.h | 29 int ocfs2_lock_refcount_tree(struct ocfs2_super *osb, u64 ref_blkno, int rw,
|
H A D | dlmglue.h | 123 struct ocfs2_super *osb, u64 ref_blkno,
|
H A D | refcounttree.c | 396 static int ocfs2_get_refcount_block(struct inode *inode, u64 *ref_blkno) in ocfs2_get_refcount_block() argument 411 *ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_get_refcount_block() 438 * Lock the refcount tree pointed by ref_blkno and return the tree. 446 u64 ref_blkno, int rw, in ocfs2_lock_refcount_tree() 456 ret = ocfs2_get_refcount_tree(osb, ref_blkno, &tree); in ocfs2_lock_refcount_tree() 769 u64 blk = 0, bg_blkno = 0, ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_remove_refcount_tree() local 775 BUG_ON(!ref_blkno); in ocfs2_remove_refcount_tree() 776 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree() 2295 u64 ref_blkno; in ocfs2_decrease_refcount() local 2301 ret = ocfs2_get_refcount_block(inode, &ref_blkno); in ocfs2_decrease_refcount() 445 ocfs2_lock_refcount_tree(struct ocfs2_super *osb, u64 ref_blkno, int rw, struct ocfs2_refcount_tree **ret_tree, struct buffer_head **ref_bh) ocfs2_lock_refcount_tree() argument [all...] |
H A D | dlmglue.c | 757 struct ocfs2_super *osb, u64 ref_blkno, in ocfs2_refcount_lock_res_init() 761 ocfs2_build_lock_name(OCFS2_LOCK_TYPE_REFCOUNT, ref_blkno, in ocfs2_refcount_lock_res_init() 756 ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, struct ocfs2_super *osb, u64 ref_blkno, unsigned int generation) ocfs2_refcount_lock_res_init() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.h | 27 int ocfs2_lock_refcount_tree(struct ocfs2_super *osb, u64 ref_blkno, int rw,
|
H A D | dlmglue.h | 121 struct ocfs2_super *osb, u64 ref_blkno,
|
H A D | refcounttree.c | 394 static int ocfs2_get_refcount_block(struct inode *inode, u64 *ref_blkno) in ocfs2_get_refcount_block() argument 409 *ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_get_refcount_block() 436 * Lock the refcount tree pointed by ref_blkno and return the tree. 444 u64 ref_blkno, int rw, in ocfs2_lock_refcount_tree() 454 ret = ocfs2_get_refcount_tree(osb, ref_blkno, &tree); in ocfs2_lock_refcount_tree() 767 u64 blk = 0, bg_blkno = 0, ref_blkno = le64_to_cpu(di->i_refcount_loc); in ocfs2_remove_refcount_tree() local 773 BUG_ON(!ref_blkno); in ocfs2_remove_refcount_tree() 774 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree() 2293 u64 ref_blkno; in ocfs2_decrease_refcount() local 2299 ret = ocfs2_get_refcount_block(inode, &ref_blkno); in ocfs2_decrease_refcount() 443 ocfs2_lock_refcount_tree(struct ocfs2_super *osb, u64 ref_blkno, int rw, struct ocfs2_refcount_tree **ret_tree, struct buffer_head **ref_bh) ocfs2_lock_refcount_tree() argument [all...] |
H A D | dlmglue.c | 756 struct ocfs2_super *osb, u64 ref_blkno, in ocfs2_refcount_lock_res_init() 760 ocfs2_build_lock_name(OCFS2_LOCK_TYPE_REFCOUNT, ref_blkno, in ocfs2_refcount_lock_res_init() 755 ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, struct ocfs2_super *osb, u64 ref_blkno, unsigned int generation) ocfs2_refcount_lock_res_init() argument
|