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.c34 #define AT_STATX_FORCE_SYNC 0x2000 macro
226 atflag |= AT_STATX_FORCE_SYNC; in main()
/linux/include/uapi/linux/
H A Dfcntl.h112 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/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
/linux/fs/vboxsf/
H A Dutils.c247 case AT_STATX_FORCE_SYNC: in vboxsf_getattr()
/linux/fs/fuse/
H A Ddir.c1308 else if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/linux/fs/nfs/
H A Dinode.c840 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/linux/fs/smb/client/
H A Dinode.c2630 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)
/linux/fs/ceph/
H A Dinode.c3039 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()