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

1 23

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 113 #define MS_NODIRATIME 2048 /* Do not update directory access times */
  /system/core/init/
builtins.c 272 { "nodiratime", MS_NODIRATIME },
  /bootable/recovery/mtdutils/
mtdutils.c 196 const unsigned long flags = MS_NOATIME | MS_NODEV | MS_NODIRATIME;
  /external/strace/
system.c 56 #define MS_NODIRATIME 2048 /* Do not update directory access times */
99 { MS_NODIRATIME,"MS_NODIRATIME" },
    [all...]
  /bootable/recovery/updater/
install.c 103 MS_NOATIME | MS_NODEV | MS_NODIRATIME, "") < 0) {
    [all...]
  /external/kernel-headers/original/linux/
fs.h 110 #define MS_NODIRATIME 2048 /* Do not update directory access times */
    [all...]

Completed in 802 milliseconds

1 23