Searched refs:recursive (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c190 snapshot_hold(char *volname, char *snapname, char *jname, boolean_t recursive) argument
208 if (zfs_hold(zhp, p, jname, recursive, cleanup_fd) != 0) {
219 boolean_t recursive)
231 if (zfs_release(zhp, p, jname, recursive) != 0) {
247 snapshot_create(char *volname, char *jname, boolean_t recursive, argument
260 if ((rv = zfs_snapshot(zlibh, snapname, recursive, NULL))
272 if (hold && snapshot_hold(volname, snapname, jname, recursive) != 0) {
288 snapshot_destroy(char *volname, char *jname, boolean_t recursive, argument
303 if (recursive) {
315 snapshot_release(volname, namep, jname, recursive) !
218 snapshot_release(char *volname, char *snapname, char *jname, boolean_t recursive) argument
[all...]
H A Dndmpd_zfs.c142 * $ZFS_MODE: d | r | p [for dataset, recursive, or package]
603 * recursive ('r'): The dataset and its child file systems are backed up
1456 "defaulting to recursive");
1463 } else if ((strcmp(envp, "recursive") == 0) ||
1710 boolean_t recursive = B_FALSE; local
1740 recursive = B_TRUE;
1743 ndmpd_zfs_args->nz_snapname, recursive, B_FALSE,
1839 boolean_t recursive = B_FALSE; local
1849 recursive = B_TRUE;
1852 ndmpd_zfs_args->nz_snapname, recursive, B_FALS
1882 boolean_t recursive = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc145 * get target name into recursive struct
159 * Report a target as recursive.
178 * find an applicable recursive entry, if there isn't one, create it
238 * recursive entries. This can only happen if the Makefile
276 * Mark a target as no longer recursive.
318 * Create or update list of recursive targets.
332 /* Go thru all targets and dump recursive dependencies */
351 if (lines->body.recursive.in_depinfo)
353 if (!lines->body.recursive.has_built)
356 lines->body.recursive
[all...]
H A Dread2.cc628 /* enter the recursive prop for the target */
636 if ((line->body.recursive.directory == directory) &&
637 (line->body.recursive.target == name)) {
638 line->body.recursive.makefiles = dp;
639 line->body.recursive.has_built =
646 line2->body.recursive.directory = directory;
647 line2->body.recursive.target = name;
648 line2->body.recursive.makefiles = dp;
649 line2->body.recursive.has_built =
651 line2->body.recursive
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py213 def snapshots_fromcmdline(dsnames, recursive):
223 if not recursive or e.errno != errno.ENOENT:
225 if recursive:
H A Dholds.py52 parser.add_option("-r", action="store_true", dest="recursive",
65 for ds in zfs.dataset.snapshots_fromcmdline(args, options.recursive):
H A Dallow.py318 parser.add_option("-r", action="store_true", dest="recursive",
396 if un and options.recursive:
/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c55 "[r|R:recursive?Remove the contents of directories recursively.]"
56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
90 int recursive; /* remove subtrees too */ member in struct:State_s
151 if (!state->recursive)
368 state.recursive = 1;
405 state.unconditional = state.unconditional && state.recursive && state.force;
406 if (state.recursive && state.fs3d)
H A Dcksum.c79 "[R:recursive?Recursively checksum the contents of directories.]"
130 int recursive; /* recursively descend dirs */ member in struct:State_s
495 state.recursive = 1;
590 else if (!*argv && !state.recursive)
H A Dcp.c45 " \b--preserve\b \b--recursive\b.]"
88 "[r|R:recursive?Operate on the contents of directories recursively.]"
160 int recursive; /* subtrees too */ member in struct:State_s
329 if (!state->recursive)
734 state->recursive = 1;
762 state->recursive = 1;
801 state->recursive = 1;
921 if (!state->recursive)
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c117 static int recursive(const char *, const struct stat *, int, struct FTW *);
261 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) {
273 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) function
/illumos-gate/usr/src/cmd/rm/
H A Drm.c78 static boolean_t silent, interactive, recursive, ontty; variable
114 recursive = B_TRUE;
142 if (recursive && stat("/", &rootdir) != 0) {
325 * the memory is no longer valid. So after the recursive rm()
344 if (!recursive) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h151 #define sqliteBtreePageDump(pBt, pgno, recursive)\
152 (btOps(pBt)->PageDump(pBt, pgno, recursive))
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c57 static int found_frupath = 0, list_only = 0, recursive = 0, variable
833 if (!recursive) {
836 } else if (process_self && !recursive) {
876 recursive = 1;
892 recursive = 1;
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c118 static int recursive(const char *, const struct stat *, int, struct FTW *);
418 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) {
435 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3782 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, argument
3809 if (recursive) {
3957 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, argument
4013 if (recursive) {
4015 "recursive rename must be a snapshot"));
4054 if (recursive) {
4093 zc.zc_cookie = recursive;
4097 * if it was recursive, the one that actually failed will
4103 if (recursive && errno == EEXIST) {
4440 boolean_t recursive; member in struct:holdarg
4464 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive, int cleanup_fd) argument
4592 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive) argument
[all...]
H A Dlibzfs_sendrecv.c579 * assigned inside every recursive call,
600 boolean_t recursive; member in struct:send_data
814 "exist\n"), sd->fsname, sd->tosnap, sd->recursive ?
861 if (sd->recursive)
875 const char *tosnap, boolean_t recursive, boolean_t verbose,
890 sd.recursive = recursive;
1333 * recursive, we need to send a full stream from the
1335 * is a clone). If we're doing non-recursive, then let
1722 * The send stream is recursive (
874 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t verbose, nvlist_t **nvlp, avl_tree_t **avlp) argument
2402 boolean_t needagain, progress, recursive; local
2690 boolean_t recursive; local
3039 boolean_t recursive; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1305 int backwards, int recursive)
1329 if (recursive && db->type != DB_BTREE) {
1334 if (!recursive) {
1355 if (!recursive) {
1387 int backwards = 0, recursive = 0; local
1398 recursive = 1;
1414 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive);
1302 krb5_db2_db_iterate_ext(krb5_context context, krb5_error_code(*func) (krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, int backwards, int recursive) argument
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h267 const char *oldsnapname, const char *newsnapname, boolean_t recursive);
H A Ddmu.h290 const char *oldsnapname, const char *newsnapname, boolean_t recursive);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1354 "recursive is not supported with bookmark\n");
3252 (void) fprintf(stderr, gettext("source dataset for recursive "
4710 boolean_t recursive; /* unallow only */ member in struct:allow_opts
4816 int all_sum = un ? ldcsuge_sum + opts->recursive : ldcsuge_sum;
5327 opts.recursive = B_TRUE;
5374 if (un && opts.recursive) {
5413 boolean_t recursive = B_FALSE; local
5421 recursive = B_TRUE;
5470 if (zfs_hold(zhp, delim+1, tag, recursive, -1) != 0)
5473 if (zfs_release(zhp, delim+1, tag, recursive) !
5618 boolean_t recursive = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c167 static int snapshot_raidsystem(uint8_t recursive, uint8_t indent,
169 static int snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive,
1435 * snapshot_raidsystem(recursive, indent, is_snapshot)
1440 snapshot_raidsystem(uint8_t recursive, uint8_t indent, uint8_t is_snapshot) argument
1449 if (snapshot_ctl(ctl_handle, recursive, indent,
1461 * snapshot_ctl(ctl_handle, recursive, indent, is_snapshot)
1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, argument
1493 if (recursive == TRUE) {
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h331 FNPROTO(recursive); variable
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c251 static short recursive; variable
1546 recursive = long_list = 0;
1552 recursive = 1;
1578 recursive = 0;
2594 (!recursive && !doing_find && level > input_pathp))
2605 if ((recursive || doing_find) && (level > input_pathp) &&
2621 (!recursive || (recursive && level <= input_pathp))) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h608 * Used to keep track of recursive calls to make
609 * Name "target" gets one recursive prop
675 struct Recursive recursive; member in union:Body

Completed in 146 milliseconds

12