Home
last modified time | relevance | path

Searched refs:vfsflags (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c352 int vfsflags; in nfsdyn_mountroot() local
403 vfsflags = 0; in nfsdyn_mountroot()
406 &args, &vfsflags)) { in nfsdyn_mountroot()
425 vfsflags = 0; in nfsdyn_mountroot()
428 NFS_V3, &args, &vfsflags)) { in nfsdyn_mountroot()
446 vfsflags = 0; in nfsdyn_mountroot()
451 root_path, NFS_VERSION, &args, &vfsflags)) { in nfsdyn_mountroot()
H A Dnfs_dlinet.c295 int *vfsflags) in mount_root() argument
375 rc = init_mountopts(args, version, &dl_cf, vfsflags); in mount_root()
2502 int *vfsflags) in init_mountopts() argument
2526 *vfsflags = 0; in init_mountopts()
2578 *vfsflags |= MS_RDONLY; in init_mountopts()
2581 *vfsflags &= ~(MS_RDONLY); in init_mountopts()
H A Dnfs_vfsops.c1665 int vfsflags; in nfs_mountroot() local
1720 vfsflags = 0; in nfs_mountroot()
1722 &args, &vfsflags)) { in nfs_mountroot()
1764 vfs_add(NULL, vfsp, vfsflags); in nfs_mountroot()
H A Dnfs3_vfsops.c1660 int vfsflags; in nfs3_mountroot() local
1715 vfsflags = 0; in nfs3_mountroot()
1717 &args, &vfsflags)) { in nfs3_mountroot()
1762 vfs_add(NULL, vfsp, vfsflags); in nfs3_mountroot()
H A Dnfs4_vfsops.c2958 int vfsflags; in nfs4_mountroot() local
3017 vfsflags = 0; in nfs4_mountroot()
3019 &args, &vfsflags)) { in nfs4_mountroot()
3085 vfs_add(NULL, vfsp, vfsflags); in nfs4_mountroot()