Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/linux/
Dfcntl.h110 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/linux-6.1.9/include/uapi/linux/
Dfcntl.h110 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/linux-6.1.9/samples/vfs/
Dtest-statx.c35 #define AT_STATX_DONT_SYNC 0x4000 macro
231 atflag |= AT_STATX_DONT_SYNC; in main()
/linux-6.1.9/fs/vboxsf/
Dutils.c243 case AT_STATX_DONT_SYNC: in vboxsf_getattr()
/linux-6.1.9/fs/afs/
Dinode.c751 !(query_flags & AT_STATX_DONT_SYNC) && in afs_getattr()
/linux-6.1.9/fs/fuse/
Ddir.c1148 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/linux-6.1.9/fs/nfs/
Dinode.c848 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
/linux-6.1.9/fs/ceph/
Dinode.c2461 if ((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) { in ceph_getattr()
/linux-6.1.9/fs/cifs/
Dinode.c2528 if (((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) ||