Home
last modified time | relevance | path

Searched refs:AT_STATX_DONT_SYNC (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v4.19/samples/statx/
Dtest-statx.c33 #define AT_STATX_DONT_SYNC 0x4000 macro
224 atflag |= AT_STATX_DONT_SYNC; in main()
/Linux-v4.19/fs/fuse/
Ddir.c943 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/Linux-v4.19/fs/nfs/
Dinode.c786 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) in nfs_getattr()