Searched refs:filesystem (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib191 for ds in $(zfs list -r -Ho name -t filesystem $dsname); do
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs141 Allows a process to read objects in the filesystem.
166 Allows a process to modify objects in the filesystem.
391 Allows filesystem specific administrative procedures, such as
392 filesystem configuration ioctls, quota calls and creation/deletion
401 filesystem operations needs to have read/write/owner
468 Allows a process to extend or create files on a filesystem that
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h116 char *filesystem; /* name of the file system */ variable
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh81 # It is possible for a malicious zone root user to modify a zone's filesystem
82 # so that modifications made to the zone's filesystem by administrators in the
83 # global zone modify the global zone's filesystem. We can prevent this by
317 ZONEPATH_DS=`/usr/sbin/zfs list -H -t filesystem -o name,mountpoint | \
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c115 unknown_filesystem (const char *filesystem) argument
118 fprintf (stderr, "Unknown file system '%s'\n", filesystem);
997 char errstr[] = "mount: unknown filesystem type";
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c214 #define filesystem fs_un.un_filesystem macro
216 struct fs filesystem, *fs; /* super block */ variable in typeref:struct:fs
504 if (read(fd, &filesystem, SBSIZE) != SBSIZE) {
509 if (read(fd, &filesystem, sizeof (filesystem)) != sizeof (filesystem)) {
515 fs = &filesystem;
632 * number of inodes(objects) in the filesystem and the number of
646 * in the filesystem then, back off to the old fixed
1863 printf("\t-o Specify ufs filesystem sepcifi
[all...]

Completed in 72 milliseconds

12