Searched refs:parent_di_bh (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | namei.c | 2523 struct buffer_head *parent_di_bh = NULL; in ocfs2_create_inode_in_orphan() local 2530 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); in ocfs2_create_inode_in_orphan() 2537 status = ocfs2_prep_new_orphaned_file(dir, parent_di_bh, in ocfs2_create_inode_in_orphan() 2628 brelse(parent_di_bh); in ocfs2_create_inode_in_orphan() 2789 struct buffer_head *parent_di_bh = NULL; in ocfs2_mv_orphaned_inode_to_new() local 2803 status = ocfs2_inode_lock(dir, &parent_di_bh, 1); in ocfs2_mv_orphaned_inode_to_new() 2810 dir_di = (struct ocfs2_dinode *) parent_di_bh->b_data; in ocfs2_mv_orphaned_inode_to_new() 2823 status = ocfs2_prepare_dir_for_insert(osb, dir, parent_di_bh, in ocfs2_mv_orphaned_inode_to_new() 2887 OCFS2_I(inode)->ip_blkno, parent_di_bh, in ocfs2_mv_orphaned_inode_to_new() 2914 brelse(parent_di_bh); in ocfs2_mv_orphaned_inode_to_new()
|
| H A D | suballoc.c | 2106 struct buffer_head *parent_di_bh, in ocfs2_init_inode_ac_group() argument 2109 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_di_bh->b_data; in ocfs2_init_inode_ac_group()
|