Searched refs:orphan_dir_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | namei.c | 2086 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_lookup_lock_orphan_dir() local 2100 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2110 *ret_orphan_dir_bh = orphan_dir_bh; in ocfs2_lookup_lock_orphan_dir() 2116 struct buffer_head *orphan_dir_bh, in __ocfs2_prepare_orphan_dir() argument 2147 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir() 2179 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_prepare_orphan_dir() local 2183 &orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2189 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh, in ocfs2_prepare_orphan_dir() 2199 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2221 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_orphan_add() local [all …]
|
D | namei.h | 26 struct buffer_head *orphan_dir_bh,
|
D | inode.c | 639 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() argument 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()
|