Home
last modified time | relevance | path

Searched refs:UFSMNT_LARGEFILES (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_mount.h48 #define UFSMNT_LARGEFILES 0x00000008 /* allow large files */ macro
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c450 args.flags |= UFSMNT_LARGEFILES; in mountfs()
452 args.flags &= ~UFSMNT_LARGEFILES; in mountfs()
/titanic_50/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c392 args.flags |= UFSMNT_LARGEFILES; in rlmount()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c163 (void *)UFSMNT_LARGEFILES },
629 if (!(flags & UFSMNT_LARGEFILES)) { /* "nolargefiles" */ in remountfs()
962 if (flags & UFSMNT_LARGEFILES) in mountfs()
1030 !(flags & UFSMNT_LARGEFILES)) { in mountfs()
/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c560 struct ufs_args ufs_args = {UFSMNT_LARGEFILES}; in grub_fsd_mount_tmp()
/titanic_50/usr/src/cmd/halt/
H A Dhalt.c680 ufs_args.flags = UFSMNT_LARGEFILES; in validate_ufs_disk()