Searched refs:AT_STATX_DONT_SYNC (Results 1 – 5 of 5) sorted by relevance
91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
33 #define AT_STATX_DONT_SYNC 0x4000 macro224 atflag |= AT_STATX_DONT_SYNC; in main()
943 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
786 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) in nfs_getattr()