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

/linux-master/include/linux/
H A Dshmem_fs.h27 struct offset_ctx dir_offsets; /* stable directory offsets */
H A Dfs.h2004 struct offset_ctx;
2098 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3334 struct offset_ctx { struct
3339 void simple_offset_init(struct offset_ctx *octx);
3340 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry);
3341 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry);
3347 void simple_offset_destroy(struct offset_ctx *octx);
/linux-master/fs/
H A Dlibfs.c262 * simple_offset_init - initialize an offset_ctx
266 void simple_offset_init(struct offset_ctx *octx)
281 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry)
304 void simple_offset_remove(struct offset_ctx *octx, struct dentry *dentry)
325 struct offset_ctx *octx;
363 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir);
364 struct offset_ctx *new_ctx = new_dir->i_op->get_offset_ctx(new_dir);
405 void simple_offset_destroy(struct offset_ctx *octx)
440 static struct dentry *offset_find_next(struct offset_ctx *octx, loff_t offset)
469 struct offset_ctx *oct
[all...]
/linux-master/mm/
H A Dshmem.c2484 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode)

Completed in 193 milliseconds