Searched refs:new_di_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | namei.c | 2504 struct buffer_head *new_di_bh = NULL; in ocfs2_create_inode_in_orphan() local 2558 0, &new_di_bh, parent_di_bh, handle, in ocfs2_create_inode_in_orphan() 2566 status = ocfs2_orphan_add(osb, handle, inode, new_di_bh, orphan_name, in ocfs2_create_inode_in_orphan() 2600 brelse(new_di_bh); in ocfs2_create_inode_in_orphan()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | namei.c | 2509 struct buffer_head *new_di_bh = NULL; in ocfs2_create_inode_in_orphan() local 2563 0, &new_di_bh, parent_di_bh, handle, in ocfs2_create_inode_in_orphan() 2571 status = ocfs2_orphan_add(osb, handle, inode, new_di_bh, orphan_name, in ocfs2_create_inode_in_orphan() 2605 brelse(new_di_bh); in ocfs2_create_inode_in_orphan()
|
Completed in 6 milliseconds