Home
last modified time | relevance | path

Searched refs:shmem_get_offset_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dshmem.c2447 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx() function
2517 simple_offset_init(shmem_get_offset_ctx(inode)); in __shmem_get_inode()
3246 error = simple_offset_add(shmem_get_offset_ctx(dir), dentry); in shmem_mknod()
3332 ret = simple_offset_add(shmem_get_offset_ctx(dir), dentry); in shmem_link()
3358 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_unlink()
3483 error = simple_offset_add(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
3516 simple_offset_remove(shmem_get_offset_ctx(dir), dentry); in shmem_symlink()
4438 simple_offset_destroy(shmem_get_offset_ctx(inode)); in shmem_destroy_inode()
4519 .get_offset_ctx = shmem_get_offset_ctx,