Home
last modified time | relevance | path

Searched refs:offset_ctx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dshmem_fs.h37 struct offset_ctx dir_offsets; /* stable entry offsets */
H A Dfs.h1911 struct offset_ctx;
2005 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3175 struct offset_ctx { struct
3180 void simple_offset_init(struct offset_ctx *octx);
3181 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
3182 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
3187 void simple_offset_destroy(struct offset_ctx *octx);
/kernel/linux/linux-6.6/fs/
H A Dlibfs.c255 * simple_offset_init - initialize an offset_ctx
259 void simple_offset_init(struct offset_ctx *octx) in simple_offset_init()
276 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_add()
300 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry) in simple_offset_remove()
327 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange()
328 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir); in simple_offset_rename_exchange()
369 void simple_offset_destroy(struct offset_ctx *octx) in simple_offset_destroy()
432 struct offset_ctx *so_ctx = inode->i_op->get_offset_ctx(inode); in offset_iterate_dir()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c2445 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()

Completed in 18 milliseconds