HomeSort by relevance Sort by last modified time
    Searched refs:UF_IMMUTABLE (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/e2p/
getflags.c 37 #ifdef UF_IMMUTABLE
38 if (buf.st_flags & UF_IMMUTABLE)
setflags.c 43 #ifdef UF_IMMUTABLE
45 bsd_flags |= UF_IMMUTABLE;
fgetflags.c 50 #ifdef UF_IMMUTABLE
51 if (buf.st_flags & UF_IMMUTABLE)
fsetflags.c 56 #ifdef UF_IMMUTABLE
58 bsd_flags |= UF_IMMUTABLE;
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 503 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE);
  /external/strace/
file.c 789 { UF_IMMUTABLE, "UF_IMMUTABLE" },
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 189 milliseconds