Home
last modified time | relevance | path

Searched refs:AT_STATX_DONT_SYNC (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h111 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h111 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c35 #define AT_STATX_DONT_SYNC 0x4000 macro
231 atflag |= AT_STATX_DONT_SYNC; in main()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch22 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c304 STATX_SIZE | STATX_BLOCKS, AT_STATX_DONT_SYNC); in xfile_stat()
/openbmc/linux/fs/vboxsf/
H A Dutils.c243 case AT_STATX_DONT_SYNC: in vboxsf_getattr()
/openbmc/linux/fs/afs/
H A Dinode.c763 !(query_flags & AT_STATX_DONT_SYNC) && in afs_getattr()
/openbmc/qemu/linux-user/
H A Dstrace.c1213 #ifdef AT_STATX_DONT_SYNC
1214 FLAG_GENERIC_MASK(AT_STATX_DONT_SYNC, AT_STATX_SYNC_TYPE),
/openbmc/linux/fs/fuse/
H A Ddir.c1306 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/openbmc/linux/fs/nfs/
H A Dinode.c851 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
/openbmc/linux/fs/ceph/
H A Dinode.c2973 if ((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) { in ceph_getattr()
/openbmc/linux/fs/smb/client/
H A Dinode.c2636 if (((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) ||