Searched refs:simple_offset_remove (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | libfs.c | 323 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove() function 356 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename() 389 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange() 390 simple_offset_remove(new_ctx, new_dentry); in simple_offset_rename_exchange() 398 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 404 simple_offset_remove(new_ctx, old_dentry); in simple_offset_rename_exchange() 405 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 3358 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_unlink() 3516 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 3201 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
|