Home
last modified time | relevance | path

Searched refs:orphan_dir_bh (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Dnamei.c2100 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_lookup_lock_orphan_dir() local
2114 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir()
2124 *ret_orphan_dir_bh = orphan_dir_bh; in ocfs2_lookup_lock_orphan_dir()
2130 struct buffer_head *orphan_dir_bh, in __ocfs2_prepare_orphan_dir() argument
2161 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir()
2193 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_prepare_orphan_dir() local
2197 &orphan_dir_bh); in ocfs2_prepare_orphan_dir()
2203 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh, in ocfs2_prepare_orphan_dir()
2213 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir()
2235 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_orphan_add() local
[all …]
Dnamei.h40 struct buffer_head *orphan_dir_bh,
Dinode.c653 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() argument
690 orphan_dir_bh, false); in ocfs2_remove_inode()
769 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_wipe_inode() local
793 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_wipe_inode()
835 orphan_dir_bh); in ocfs2_wipe_inode()
845 brelse(orphan_dir_bh); in ocfs2_wipe_inode()