offset_ctx
void simple_offset_init(struct offset_ctx *octx)
int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry)
static int simple_offset_replace(struct offset_ctx *octx, struct dentry *dentry,
void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry)
struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir);
struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir);
struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir);
struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir);
void simple_offset_destroy(struct offset_ctx *octx)
struct offset_ctx *octx = inode->i_op->get_offset_ctx(inode);
struct offset_ctx;
struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
void simple_offset_init(struct offset_ctx *octx);
int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
void simple_offset_destroy(struct offset_ctx *octx);
struct offset_ctx dir_offsets; /* stable directory offsets */
static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode)