Searched refs:orphan_dir_bh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | namei.c | 2120 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_lookup_lock_orphan_dir() local 2134 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_lookup_lock_orphan_dir() 2144 *ret_orphan_dir_bh = orphan_dir_bh; in ocfs2_lookup_lock_orphan_dir() 2150 struct buffer_head *orphan_dir_bh, in __ocfs2_prepare_orphan_dir() argument 2181 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir() 2215 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_prepare_orphan_dir() local 2219 &orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2225 ret = __ocfs2_prepare_orphan_dir(orphan_dir_inode, orphan_dir_bh, in ocfs2_prepare_orphan_dir() 2235 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2257 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_orphan_add() local [all …]
|
| H A D | namei.h | 24 struct buffer_head *orphan_dir_bh,
|
| H A D | inode.c | 715 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() argument 752 orphan_dir_bh, false); in ocfs2_remove_inode() 831 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_wipe_inode() local 855 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1); in ocfs2_wipe_inode() 897 orphan_dir_bh); in ocfs2_wipe_inode() 907 brelse(orphan_dir_bh); in ocfs2_wipe_inode()
|