Searched refs:MAX_MNTOPT_STR (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1233 if (optlen < 0 || optlen > MAX_MNTOPT_STR) {
1238 inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
1827 kmem_free(inargs, MAX_MNTOPT_STR);
2463 char *buf = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
2494 (void) vfs_buildoptionstr(mops, buf, MAX_MNTOPT_STR);
2496 if (len + strlen(tag) + 2 > MAX_MNTOPT_STR) {
2509 kmem_free(buf, MAX_MNTOPT_STR);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1209 margs.optptr = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
1210 margs.optlen = MAX_MNTOPT_STR;
1220 kmem_free(margs.optptr, MAX_MNTOPT_STR);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c686 char opt_buf[MAX_MNTOPT_STR];
713 optlen = MAX_MNTOPT_STR;
H A Dvplat.c1196 char optstr[MAX_MNTOPT_STR];
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1657 char optstr[MAX_MNTOPT_STR];
1738 char optstr[MAX_MNTOPT_STR];
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c191 char opt[MAX_MNTOPT_STR];
298 * zone names are much shorter than MAX_MNTOPT_STR
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c644 char mopts[MAX_MNTOPT_STR];
2349 head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) {
3484 char optbuf[MAX_MNTOPT_STR];
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1855 char options_str[MAX_MNTOPT_STR];
4804 char options_str[MAX_MNTOPT_STR];

Completed in 133 milliseconds

12