Home
last modified time | relevance | path

Searched defs:MOUNT_ATTR_NODIRATIME (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h123 #define MOUNT_ATTR_NODIRATIME 0x00000080 /* Do not update directory access times */ macro
/openbmc/linux/include/uapi/linux/
H A Dmount.h124 #define MOUNT_ATTR_NODIRATIME 0x00000080 /* Do not update directory access times */ macro
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c58 #define MOUNT_ATTR_NODIRATIME 0x00000080 macro