Home
last modified time | relevance | path

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

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