Home
last modified time | relevance | path

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

/linux/fs/
H A Dlibfs.c274 void simple_offset_init(struct offset_ctx *octx) in simple_offset_init()
289 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_add()
307 static int simple_offset_replace(struct offset_ctx *octx, struct dentry *dentry, in simple_offset_replace()
325 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove()
355 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename()
356 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename()
385 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
386 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
417 void simple_offset_destroy(struct offset_ctx *octx) in simple_offset_destroy()
479 struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode); in offset_dir_lookup()
/linux/include/linux/
H A Dshmem_fs.h43 struct offset_ctx dir_offsets; /* stable directory offsets */
H A Dfs.h1912 struct offset_ctx;
2026 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3242 struct offset_ctx { struct
3247 void simple_offset_init(struct offset_ctx *octx); argument
3248 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
3249 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
3256 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.rst497 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
/linux/mm/
H A Dshmem.c3048 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()