Lines Matching refs:offset_ctx
266 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()
455 struct offset_ctx *ctx = inode->i_op->get_offset_ctx(inode); in offset_dir_open()
475 struct offset_ctx *ctx = inode->i_op->get_offset_ctx(inode); in offset_dir_llseek()
495 static struct dentry *offset_find_next(struct offset_ctx *octx, loff_t offset) in offset_find_next()
524 struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode); in offset_iterate_dir()