Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dlibfs.c266 void simple_offset_init(struct offset_ctx *octx) in simple_offset_init()
281 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_add()
298 static int simple_offset_replace(struct offset_ctx *octx, struct dentry *dentry, in simple_offset_replace()
316 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove()
337 struct offset_ctx *octx; in simple_offset_empty()
377 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename()
378 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename()
408 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
409 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
448 void simple_offset_destroy(struct offset_ctx *octx) in simple_offset_destroy()
[all …]
/linux-6.12.1/include/linux/
Dshmem_fs.h27 struct offset_ctx dir_offsets; /* stable directory offsets */
Dfs.h2058 struct offset_ctx;
2167 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3429 struct offset_ctx { struct
3434 void simple_offset_init(struct offset_ctx *octx); argument
3435 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
3436 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
3444 void simple_offset_destroy(struct offset_ctx *octx);
/linux-6.12.1/Documentation/filesystems/
Dlocking.rst88 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
Dvfs.rst520 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
/linux-6.12.1/mm/
Dshmem.c2778 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()