Home
last modified time | relevance | path

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

/linux/fs/
H A Dlibfs.c277 void simple_offset_init(struct offset_ctx *octx) in simple_offset_init()
292 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_add()
310 static int simple_offset_replace(struct offset_ctx *octx, struct dentry *dentry, in simple_offset_replace()
328 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove()
357 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()
428 void simple_offset_destroy(struct offset_ctx *octx) in simple_offset_destroy()
490 struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode); in offset_dir_lookup()
/linux/include/linux/
H A Dfs.h2127 struct offset_ctx;
2240 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3564 struct offset_ctx { struct
3569 void simple_offset_init(struct offset_ctx *octx); argument
3570 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
3571 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
3578 void simple_offset_destroy(struct offset_ctx *octx);
/linux/Documentation/filesystems/
H A Dlocking.rst93 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
H A Dvfs.rst520 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
/linux/mm/
H A Dshmem.c3038 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()