HomeSort by relevance Sort by last modified time
    Searched refs:MS_NODIRATIME (Results 76 - 81 of 81) sorted by null

1 2 34

  /bootable/recovery/mtdutils/
mtdutils.c 196 const unsigned long flags = MS_NOATIME | MS_NODEV | MS_NODIRATIME;
  /system/core/fs_mgr/
fs_mgr.c 55 { "nodiratime", MS_NODIRATIME },
  /system/core/init/
builtins.c 344 { "nodiratime", MS_NODIRATIME },
  /external/strace/
system.c 53 #define MS_NODIRATIME 2048 /* Do not update directory access times */
112 { MS_NODIRATIME,"MS_NODIRATIME" },
    [all...]
  /bootable/recovery/updater/
install.c 114 MS_NOATIME | MS_NODEV | MS_NODIRATIME, "") < 0) {
    [all...]
  /external/kernel-headers/original/linux/
fs.h 195 #define MS_NODIRATIME 2048 /* Do not update directory access times */
    [all...]

Completed in 259 milliseconds

1 2 34