Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h36 #define ATTR_KERNOTIME 0x1000 /* [kernel] don't update inode timestamps */ macro
48 { ATTR_KERNOTIME, "KERNOTIME" }, \
Dxfs_attr.c211 if (!error && (args->flags & ATTR_KERNOTIME) == 0) in xfs_attr_try_sf_addname()
391 if ((flags & ATTR_KERNOTIME) == 0) in xfs_attr_set()
472 if ((flags & ATTR_KERNOTIME) == 0) in xfs_attr_remove()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c91 args.flags = ATTR_KERNOTIME; in xchk_xattr_listent()