Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dlibfs.c357 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename()
358 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename()
388 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
389 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
490 struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode); in offset_dir_lookup()
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst93 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
124 get_offset_ctx no
H A Dvfs.rst520 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
700 ``get_offset_ctx``
/linux-6.15/include/linux/
H A Dfs.h2238 struct offset_ctx *(*get_offset_ctx)(struct inode *inode); member
/linux-6.15/mm/
H A Dshmem.c5245 .get_offset_ctx = shmem_get_offset_ctx,