Home
last modified time | relevance | path

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

/Linux-v6.6/samples/vfs/
Dtest-statx.c35 #define AT_STATX_DONT_SYNC 0x4000 macro
231 atflag |= AT_STATX_DONT_SYNC; in main()
/Linux-v6.6/tools/include/uapi/linux/
Dfcntl.h111 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v6.6/include/uapi/linux/
Dfcntl.h111 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/Linux-v6.6/fs/xfs/scrub/
Dxfile.c304 STATX_SIZE | STATX_BLOCKS, AT_STATX_DONT_SYNC); in xfile_stat()
/Linux-v6.6/fs/vboxsf/
Dutils.c243 case AT_STATX_DONT_SYNC: in vboxsf_getattr()
/Linux-v6.6/fs/afs/
Dinode.c763 !(query_flags & AT_STATX_DONT_SYNC) && in afs_getattr()
/Linux-v6.6/fs/nfs/
Dinode.c851 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
/Linux-v6.6/fs/fuse/
Ddir.c1302 else if (flags & AT_STATX_DONT_SYNC) in fuse_update_get_attr()
/Linux-v6.6/fs/ceph/
Dinode.c2973 if ((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) { in ceph_getattr()
/Linux-v6.6/fs/smb/client/
Dinode.c2606 if (((flags & AT_STATX_SYNC_TYPE) != AT_STATX_DONT_SYNC) ||