Searched refs:simple_offset_remove (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ |
| H A D | libfs.c | 328 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove() function 361 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename() 394 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange() 395 simple_offset_remove(new_ctx, new_dentry); in simple_offset_rename_exchange() 403 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 409 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 410 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 3971 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_unlink() 4141 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3581 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
|