Searched refs:AT_STATX_DONT_SYNC (Results 1 – 13 of 13) sorted by relevance
35 #define AT_STATX_DONT_SYNC 0x4000 macro231 atflag |= AT_STATX_DONT_SYNC; in main()
91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
110 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
163 # define AT_STATX_DONT_SYNC 0x4000 macro
224 case AT_STATX_DONT_SYNC: in vboxsf_getattr()
738 !(query_flags & AT_STATX_DONT_SYNC) && in afs_getattr()
1139 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
818 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
2381 if (!(flags & AT_STATX_DONT_SYNC)) { in ceph_getattr()
2398 if (((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) ||