Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dchattr-util.c97 unsigned new_one, mask_one = 1u << i; in chattr_full() local
99 if (!FLAGS_SET(mask, mask_one)) in chattr_full()
102 new_one = UPDATE_FLAG(current_attr, mask_one, FLAGS_SET(value, mask_one)); in chattr_full()
112 … "Unable to set file attribute 0x%x on %s, ignoring: %m", mask_one, strna(path)); in chattr_full()