Searched defs:file_attr (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dmachine-image.c175 unsigned file_attr = 0; local
233 (void) read_attr_fd(fd, &file_attr);
240 read_only || (file_attr & FS_IMMUTABLE_FL),
467 unsigned file_attr = 0; local
506 (void) read_attr_path(i->path, &file_attr);
508 if (file_attr & FS_IMMUTABLE_FL)
541 if (file_attr & FS_IMMUTABLE_FL)

Completed in 17 milliseconds