Home
last modified time | relevance | path

Searched refs:offset_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfs.h1918 struct offset_ctx;
2037 struct offset_ctx *(*get_offset_ctx)(struct inode *inode);
3322 struct offset_ctx { struct
3327 void simple_offset_init(struct offset_ctx *octx); argument
3328 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);
/linux/mm/
H A Dshmem.c3004 static struct offset_ctx *shmem_get_offset_ctx(struct inode *inode) in shmem_get_offset_ctx()