Searched refs:MNTOPT_NOQUOTA (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 64 #define MNTOPT_NOQUOTA "noquota"/* no quotas */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 66 #define MNTOPT_NOQUOTA "noquota" /* Don't check quotas */ macro
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 399 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_NOQUOTA, NULL, 0); in closedq()
|
H A D | ufs_vfsops.c | 138 static char *quota_cancel[] = { MNTOPT_NOQUOTA, NULL }; 170 { MNTOPT_NOQUOTA, noquota_cancel, NULL,
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 267 replace_opts(opts, 1, MNTOPT_QUOTA, MNTOPT_NOQUOTA); in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 298 if (hasopt(MNTOPT_NOQUOTA, mnt.mnt_mntopts)) in showquotas()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 860 MNTOPT_NOQUOTA,
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2297 MNTOPT_NOQUOTA,
|