Searched refs:simple_offset_remove (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | libfs.c | 325 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove() function 358 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename() 391 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange() 392 simple_offset_remove(new_ctx, new_dentry); in simple_offset_rename_exchange() 400 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 406 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 407 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange()
|
/linux/mm/ |
H A D | shmem.c | 4035 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_unlink() 4205 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
|
/linux/include/linux/ |
H A D | fs.h | 3673 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
|