Searched refs:offset_ctx (Results 1 – 2 of 2) sorted by relevance
1918 struct offset_ctx;2037 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);3322 struct offset_ctx { struct3327 void simple_offset_init(struct offset_ctx *octx); argument3328 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);3329 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);3336 void simple_offset_destroy(struct offset_ctx *octx);
3004 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()