Home
last modified time | relevance | path

Searched refs:LUSTRE_NOATIME_FL (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2163 #define LUSTRE_NOATIME_FL 0x00000080 /* do not update atime */ macro
2175 ((flags & LUSTRE_NOATIME_FL) ? S_NOATIME : 0) | in ll_ext_to_inode_flags()
2186 ((iflags & S_NOATIME) ? LUSTRE_NOATIME_FL : 0) | in ll_inode_to_ext_flags()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2027 LASSERTF(LUSTRE_NOATIME_FL == 0x00000080, "found 0x%.8x\n", in lustre_assert_wire_constants()
2028 LUSTRE_NOATIME_FL); in lustre_assert_wire_constants()