Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_attr.h48 #define ATTR_KERNOTIME 0x1000 /* [kernel] don't update inode timestamps */ macro
58 { ATTR_KERNOTIME, "KERNOTIME" }, \
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr.c321 if (!error && (flags & ATTR_KERNOTIME) == 0) { in xfs_attr_set()
380 if ((flags & ATTR_KERNOTIME) == 0) in xfs_attr_set()
496 if ((flags & ATTR_KERNOTIME) == 0) in xfs_attr_remove()