Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlibfs.c327 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
328 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
432 struct offset_ctx *so_ctx = inode->i_op->get_offset_ctx(inode); in offset_iterate_dir()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst88 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
119 get_offset_ctx no
H A Dvfs.rst520 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
681 ``get_offset_ctx``
/openbmc/linux/include/linux/
H A Dfs.h2005 struct offset_ctx *(*get_offset_ctx)(struct inode *inode); member
/openbmc/linux/mm/
H A Dshmem.c4512 .get_offset_ctx = shmem_get_offset_ctx,