Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dtest-statx.c40 #define AT_STATX_FORCE_SYNC 0x2000 macro
232 atflag |= AT_STATX_FORCE_SYNC; in main()
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/include/uapi/linux/
H A Dfcntl.h147 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h147 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux/fs/vboxsf/
H A Dutils.c247 case AT_STATX_FORCE_SYNC: in vboxsf_getattr()
/linux/fs/nfs/
H A Dinode.c984 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/linux/fs/smb/client/
H A Dinode.c2920 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)
/linux/fs/ceph/
H A Dinode.c3162 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()