Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfcntl.h92 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dfcntl.h92 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v5.4/samples/vfs/
Dtest-statx.c33 #define AT_STATX_DONT_SYNC 0x4000 macro
229 atflag |= AT_STATX_DONT_SYNC; in main()
/Linux-v5.4/fs/fuse/
Ddir.c969 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/Linux-v5.4/fs/nfs/
Dinode.c790 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) in nfs_getattr()
/Linux-v5.4/fs/ceph/
Dinode.c2338 if (!(flags & AT_STATX_DONT_SYNC)) { in ceph_getattr()