Searched refs:orphan_dir_bh (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/ |
A D | namei.c | 2157 orphan_dir_bh, name, in __ocfs2_prepare_orphan_dir() 2193 &orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2209 brelse(orphan_dir_bh); in ocfs2_prepare_orphan_dir() 2250 orphan_dir_bh, in ocfs2_orphan_add() 2283 orphan_dir_bh, lookup); in ocfs2_orphan_add() 2318 brelse(orphan_dir_bh); in ocfs2_orphan_add() 2360 orphan_dir_bh, in ocfs2_orphan_del() 2486 brelse(orphan_dir_bh); in ocfs2_prep_new_orphaned_file() 2755 brelse(orphan_dir_bh); in ocfs2_del_inode_from_orphan() 2850 orphan_dir_bh, false); in ocfs2_mv_orphaned_inode_to_new() [all …]
|
A D | namei.h | 24 struct buffer_head *orphan_dir_bh,
|
A D | inode.c | 637 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() argument 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()
|
Completed in 9 milliseconds