Home
last modified time | relevance | path

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

/linux/fs/
H A Dlibfs.c356 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename()
357 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename()
386 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
387 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
480 struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode); in offset_dir_lookup()
/linux/Documentation/filesystems/
H A Dlocking.rst95 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
127 get_offset_ctx no
/linux/include/linux/
H A Dfs.h2043 struct offset_ctx *(*get_offset_ctx)(struct inode *inode); member
/linux/mm/
H A Dshmem.c5265 .get_offset_ctx = shmem_get_offset_ctx,