Lines Matching defs:fs
57 #include <sys/fs/zfs.h>
341 "\t-r: iterate over rid fs\n"
352 "\t-r: iterate over rid fs\n"
632 * zfs clone [-p] [-o prop=value] ... <snap> <fs | vol>
750 * zfs create [-p] [-o prop=value] ... fs
952 * zfs destroy [-rRf] <fs, vol>
1082 * simply do all snap deletions and then all fs deletions,
1492 * < all | property[,property]... > < fs | snap | vol > ...
1856 * inherit [-rS] <property> <fs|vol> ...
3207 * zfs rename [-f] <fs | snap | vol> <fs | snap | vol>
3208 * zfs rename [-f] -p <fs | vol> <fs | vol>
3295 * zfs promote <fs>
3297 * Promotes the given clone fs to be the parent
3510 * zfs set property=value ... { fs | snap | vol } ...
3633 * zfs snapshot [-r] [-o prop=value] ... <fs@snap>
3854 * Default to same fs as target.
4147 /* fs permissions */
6612 * Called when invoked as /etc/fs/zfs/mount. Do the mount if the mountpoint is
6704 * Called when invoked as /etc/fs/zfs/umount. Unlike a manual mount, we allow
6767 char *fs = malloc(256);
6768 char *pool = fs;
6772 assert(fs);
6791 fs[POOL_NAME_LEN] = 0;
6794 sprintf(fs, "%s/%c%c/%s_root", pool, rid[rid_len - 2],
6797 return fs;
6898 case 'a': /* print fs and snapshots */
7203 case 'a': /* print fs and snapshots */
7328 * zfs bookmark <fs@snap> <fs#bmark>
7374 * Default to same fs as bookmark.
7488 * This command also doubles as the /etc/fs mount and unmount program.