Lines Matching refs:tmpfs_mount
326 struct tmpfs_mount { struct
417 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, enum vtype,
420 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *);
421 bool tmpfs_free_node_locked(struct tmpfs_mount *, struct tmpfs_node *, bool);
422 void tmpfs_free_tmp(struct tmpfs_mount *);
423 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
425 void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *);
436 void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *);
440 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *,
455 void tmpfs_set_status(struct tmpfs_mount *tm, struct tmpfs_node *node,
495 size_t tmpfs_pages_used(struct tmpfs_mount *tmp);
504 static inline struct tmpfs_mount *
507 struct tmpfs_mount *tmp; in VFS_TO_TMPFS()
510 tmp = (struct tmpfs_mount *)mp->mnt_data; in VFS_TO_TMPFS()