Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dfcntl.h91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/linux-4.19.296/fs/afs/
Dinode.c477 !(query_flags & AT_STATX_DONT_SYNC) && in afs_getattr()
/linux-4.19.296/fs/fuse/
Ddir.c971 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/linux-4.19.296/fs/nfs/
Dinode.c786 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) in nfs_getattr()