HomeSort by: relevance | last modified time | path
    Searched defs:nilfs_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nilfs/
nilfs.h 97 #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 */
188 struct nilfs_mount *ump;
nilfs_vfsops.c 61 #include <fs/nilfs/nilfs_mount.h>
168 .vfs_mount = nilfs_mount,
473 printf("nilfs_mount: can't read in super block : %d\n", error);
488 DPRINTF(VOLUMES, ("nilfs_mount: accepted super block\n"));
514 DPRINTF(VOLUMES, ("nilfs_mount: accepted super root\n"));
571 struct nilfs_mount *ump;
707 nilfs_mount_checkpoint(struct nilfs_mount *ump)
803 nilfs_stop_writing(struct nilfs_mount *ump)
826 struct nilfs_mount *ump = VFSTONILFS(mp);
836 nilfs_mount(struct mount *mp, const char *path function in typeref:typename:int
    [all...]

Completed in 74 milliseconds