Lines Matching defs:set
36 '=' Set attributes.
51 -v Set the file's version/generation number.
185 unsigned long add, rm, set, version;
195 // Set file flags on a Linux second extended file system.
247 chattr.set |= get_flag_val(*ptr);
265 * if file is a link and recursive is set or file is not regular+link+dir
285 if (chattr.set) { // for '=' operator.
286 if (ext2_setflag(fd, &(root->st), chattr.set) < 0)
295 if (chattr.vflag) { // set file version
313 if (chattr.set && (chattr.add || chattr.rm))
315 if (chattr.rm & chattr.add) error_exit("Can't set and unset same flag.");
316 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag))
319 toys.exitval = 0; //always set success at this point.