Searched refs:ocfs2_delete_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.h | 46 int ocfs2_delete_entry(handle_t *handle,
|
H A D | namei.c | 984 status = ocfs2_delete_entry(handle, dir, &lookup); in ocfs2_unlink() 1576 status = ocfs2_delete_entry(handle, old_dir, &old_entry_lookup); in ocfs2_rename() 2378 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup); in ocfs2_orphan_del()
|
H A D | dir.c | 1393 int ocfs2_delete_entry(handle_t *handle, in ocfs2_delete_entry() function
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.h | 44 int ocfs2_delete_entry(handle_t *handle,
|
H A D | namei.c | 986 status = ocfs2_delete_entry(handle, dir, &lookup); in ocfs2_unlink() 1579 status = ocfs2_delete_entry(handle, old_dir, &old_entry_lookup); in ocfs2_rename() 2383 status = ocfs2_delete_entry(handle, orphan_dir_inode, &lookup); in ocfs2_orphan_del()
|
H A D | dir.c | 1385 int ocfs2_delete_entry(handle_t *handle, in ocfs2_delete_entry() function
|
Completed in 22 milliseconds