Home
last modified time | relevance | path

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

/linux-6.12.1/samples/vfs/
Dtest-statx.c34 #define AT_STATX_FORCE_SYNC 0x2000 macro
226 atflag |= AT_STATX_FORCE_SYNC; in main()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfcntl.h116 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux-6.12.1/include/uapi/linux/
Dfcntl.h116 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux-6.12.1/fs/vboxsf/
Dutils.c247 case AT_STATX_FORCE_SYNC: in vboxsf_getattr()
/linux-6.12.1/fs/nfs/
Dinode.c920 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/linux-6.12.1/fs/fuse/
Ddir.c1320 else if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/linux-6.12.1/fs/smb/client/
Dinode.c2692 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)
/linux-6.12.1/fs/ceph/
Dinode.c3066 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()