Home
last modified time | relevance | path

Searched refs:opt_acls (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h124 extern bool_t opt_acls; /* enable acl checking/preservation */
H A Deval.c413 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in eval_file()
556 if (fp->f_info[OPT_BASE].f_numacls || opt_acls) in walker()
585 if (opt_acls || fp->f_info[OPT_BASE].f_numacls) in walker()
H A Dmain.c80 bool_t opt_acls; /* always scan for acls on all files */ variable
134 opt_acls = TRUE; in main()
H A Drecon.c144 if (opt_acls == 0 && fp->f_info[ OPT_BASE ].f_numacls == 0) { in reconcile()