Home
last modified time | relevance | path

Searched refs:AT_STATX_FORCE_SYNC (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/samples/vfs/
Dtest-statx.c34 #define AT_STATX_FORCE_SYNC 0x2000 macro
226 atflag |= AT_STATX_FORCE_SYNC; in main()
/Linux-v6.6/tools/include/uapi/linux/
Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v6.6/include/uapi/linux/
Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v6.6/fs/vboxsf/
Dutils.c246 case AT_STATX_FORCE_SYNC: in vboxsf_getattr()
/Linux-v6.6/fs/nfs/
Dinode.c840 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/Linux-v6.6/fs/fuse/
Ddir.c1300 else if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/Linux-v6.6/fs/ceph/
Dinode.c2976 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()
/Linux-v6.6/fs/smb/client/
Dinode.c2598 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)