Searched refs:offset_ctx (Results 1 – 6 of 6) sorted by relevance
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()430 struct offset_ctx *so_ctx = inode->i_op->get_offset_ctx(inode); in offset_iterate_dir()
37 struct offset_ctx dir_offsets; /* stable entry offsets */
1850 struct offset_ctx;1944 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);3114 struct offset_ctx { struct3119 void simple_offset_init(struct offset_ctx *octx); argument3120 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);3121 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);3126 void simple_offset_destroy(struct offset_ctx *octx);
88 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
520 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
2428 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()