Searched refs:simple_offset_remove (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ |
D | libfs.c | 316 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove() function 381 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename() 414 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange() 415 simple_offset_remove(new_ctx, new_dentry); in simple_offset_rename_exchange() 423 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 429 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 430 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange()
|
/linux-6.12.1/mm/ |
D | shmem.c | 3687 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_unlink() 3844 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 3436 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
|