Home
last modified time | relevance | path

Searched refs:AT_STATX_FORCE_SYNC (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c34 #define AT_STATX_FORCE_SYNC 0x2000 macro
226 atflag |= AT_STATX_FORCE_SYNC; in main()
/openbmc/linux/fs/vboxsf/
H A Dutils.c246 case AT_STATX_FORCE_SYNC: in vboxsf_getattr()
/openbmc/qemu/linux-user/
H A Dstrace.c1291 #ifdef AT_STATX_FORCE_SYNC
1292 FLAG_GENERIC_MASK(AT_STATX_FORCE_SYNC, AT_STATX_SYNC_TYPE),
/openbmc/linux/fs/fuse/
H A Ddir.c1304 else if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/openbmc/linux/fs/nfs/
H A Dinode.c843 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/openbmc/linux/fs/ceph/
H A Dinode.c2976 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()
/openbmc/linux/fs/smb/client/
H A Dinode.c2718 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)