Lines Matching refs:set
188 unsigned long add, rm, set, version;
243 chattr.set |= get_flag_val(*ptr);
261 * if file is a link and recursive is set or file is not regular+link+dir
281 if (chattr.set) { // for '=' operator.
282 if (ext2_setflag(fd, &(root->st), chattr.set) < 0)
291 // set file version
307 if (chattr.set && (chattr.add || chattr.rm))
309 if (chattr.rm & chattr.add) error_exit("set/unset same flag");
310 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag))
313 toys.exitval = 0; //always set success at this point.