Home
last modified time | relevance | path

Searched refs:nilfs_mount (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/fs/nilfs/
H A Dnilfs.h97 #define VFSTONILFS(mp) ((struct nilfs_mount *)mp->mnt_data)
106 struct nilfs_mount;
159 STAILQ_HEAD(nilfs_mnts, nilfs_mount) mounts;
167 struct nilfs_mount { struct
176 STAILQ_ENTRY(nilfs_mount) next_mount; /* in nilfs_device */ argument
188 struct nilfs_mount *ump;
H A Dnilfs_subr.h33 #define VFSTONILFS(mp) ((struct nilfs_mount *)mp->mnt_data)
60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct…
76 int nilfs_dir_detach(struct nilfs_mount *ump, struct nilfs_node *dir_node, struct nilfs_node *nilfs…
77 int nilfs_dir_attach(struct nilfs_mount *ump, struct nilfs_node *dir_node, struct nilfs_node *nilfs…
H A Dnilfs_vfsops.c168 .vfs_mount = nilfs_mount,
571 struct nilfs_mount *ump; in nilfs_check_mounts()
707 nilfs_mount_checkpoint(struct nilfs_mount *ump) in nilfs_mount_checkpoint()
803 nilfs_stop_writing(struct nilfs_mount *ump) in nilfs_stop_writing()
826 struct nilfs_mount *ump = VFSTONILFS(mp); in free_nilfs_mountinfo()
836 nilfs_mount(struct mount *mp, const char *path, in nilfs_mount() function
841 struct nilfs_mount *ump; in nilfs_mount()
978 struct nilfs_mount *ump; in nilfs_unmount()
1003 STAILQ_REMOVE(&nilfsdev->mounts, ump, nilfs_mount, next_mount); in nilfs_unmount()
1056 struct nilfs_mount *ump = VFSTONILFS(mp); in nilfs_statvfs()
[all …]
H A DMakefile5 INCS= nilfs_mount.h nilfs_fs.h
H A Dnilfs_subr.c665 nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, in nilfs_get_node_raw()
933 nilfs_dir_detach(struct nilfs_mount *ump, struct nilfs_node *dir_node, struct nilfs_node *node, str… in nilfs_dir_detach()
940 nilfs_dir_attach(struct nilfs_mount *ump, struct nilfs_node *dir_node, struct nilfs_node *node, str… in nilfs_dir_attach()
H A Dnilfs_vnops.c1408 struct nilfs_mount *ump = dir_node->ump; in nilfs_remove()
1443 struct nilfs_mount *ump = dir_node->ump; in nilfs_rmdir()
/netbsd/distrib/sets/lists/comp/
H A Dmi980 ./usr/include/fs/nilfs/nilfs_mount.h comp-c-include