/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | namei.c | 2098 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_lookup_lock_orphan_dir() local 2112 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2122 *ret_orphan_dir_bh = orphan_dir_bh; in ocfs2_lookup_lock_orphan_dir() 2128 struct buffer_head *orphan_dir_bh, in __ocfs2_prepare_orphan_dir() 2159 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir() 2191 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_prepare_orphan_dir() local 2195 &orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2201 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh, in ocfs2_prepare_orphan_dir() 2211 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2233 struct buffer_head *orphan_dir_bh in ocfs2_orphan_add() local 2127 __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh, u64 blkno, char *name, struct ocfs2_dir_lookup_result *lookup, bool dio) __ocfs2_prepare_orphan_dir() argument 2326 ocfs2_orphan_del(struct ocfs2_super *osb, handle_t *handle, struct inode *orphan_dir_inode, struct inode *inode, struct buffer_head *orphan_dir_bh, bool dio) ocfs2_orphan_del() argument 2436 struct buffer_head *orphan_dir_bh = NULL; ocfs2_prep_new_orphaned_file() local 2693 struct buffer_head *orphan_dir_bh = NULL; ocfs2_del_inode_from_orphan() local 2774 struct buffer_head *orphan_dir_bh = NULL; ocfs2_mv_orphaned_inode_to_new() local [all...] |
H A D | namei.h | 26 struct buffer_head *orphan_dir_bh,
|
H A D | inode.c | 639 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() 676 orphan_dir_bh, false); in ocfs2_remove_inode() 755 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_wipe_inode() local 779 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_wipe_inode() 821 orphan_dir_bh); in ocfs2_wipe_inode() 831 brelse(orphan_dir_bh); in ocfs2_wipe_inode() 636 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) ocfs2_remove_inode() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | namei.c | 2103 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_lookup_lock_orphan_dir() local 2117 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2127 *ret_orphan_dir_bh = orphan_dir_bh; in ocfs2_lookup_lock_orphan_dir() 2133 struct buffer_head *orphan_dir_bh, in __ocfs2_prepare_orphan_dir() 2164 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir() 2196 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_prepare_orphan_dir() local 2200 &orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2206 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh, in ocfs2_prepare_orphan_dir() 2216 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2238 struct buffer_head *orphan_dir_bh in ocfs2_orphan_add() local 2132 __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh, u64 blkno, char *name, struct ocfs2_dir_lookup_result *lookup, bool dio) __ocfs2_prepare_orphan_dir() argument 2331 ocfs2_orphan_del(struct ocfs2_super *osb, handle_t *handle, struct inode *orphan_dir_inode, struct inode *inode, struct buffer_head *orphan_dir_bh, bool dio) ocfs2_orphan_del() argument 2441 struct buffer_head *orphan_dir_bh = NULL; ocfs2_prep_new_orphaned_file() local 2698 struct buffer_head *orphan_dir_bh = NULL; ocfs2_del_inode_from_orphan() local 2779 struct buffer_head *orphan_dir_bh = NULL; ocfs2_mv_orphaned_inode_to_new() local [all...] |
H A D | namei.h | 24 struct buffer_head *orphan_dir_bh,
|
H A D | inode.c | 637 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() 674 orphan_dir_bh, false); in ocfs2_remove_inode() 753 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_wipe_inode() local 777 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_wipe_inode() 819 orphan_dir_bh); in ocfs2_wipe_inode() 829 brelse(orphan_dir_bh); in ocfs2_wipe_inode() 634 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) ocfs2_remove_inode() argument
|