Searched refs:MNTOPT_LARGEFILES (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 112 #define MNTOPT_LARGEFILES "largefiles" /* allow large files */ macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 262 replace_opts(opts, largefiles, MNTOPT_NOLARGEFILES, MNTOPT_LARGEFILES); in main() 449 if (eatmntopt(mnt, MNTOPT_LARGEFILES)) in mountfs()
|
/titanic_44/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 406 optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES); in rlmount()
|
/titanic_44/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 570 (void) strlcpy(mntopts, MNTOPT_LARGEFILES, sizeof (mntopts)); in grub_fsd_mount_tmp()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 135 static char *nolargefiles_cancel[] = { MNTOPT_LARGEFILES, NULL }; 162 { MNTOPT_LARGEFILES, largefiles_cancel, NULL, MO_DEFAULT,
|
/titanic_44/usr/src/cmd/halt/ |
H A D | halt.c | 677 char mntopts[MNT_LINE_MAX] = MNTOPT_LARGEFILES; in validate_ufs_disk()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 926 MNTOPT_LARGEFILES,
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2363 MNTOPT_LARGEFILES,
|