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

/linux-master/include/uapi/linux/
H A Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux-master/tools/include/uapi/linux/
H A Dfcntl.h110 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/linux-master/samples/vfs/
H A Dtest-statx.c34 #define AT_STATX_FORCE_SYNC 0x2000 macro
226 atflag |= AT_STATX_FORCE_SYNC;
/linux-master/fs/vboxsf/
H A Dutils.c247 case AT_STATX_FORCE_SYNC:
/linux-master/fs/fuse/
H A Ddir.c1308 else if (flags & AT_STATX_FORCE_SYNC)
/linux-master/fs/nfs/
H A Dinode.c840 bool force_sync = query_flags & AT_STATX_FORCE_SYNC;
/linux-master/fs/ceph/
H A Dinode.c3037 flags & AT_STATX_FORCE_SYNC);
/linux-master/fs/smb/client/
H A Dinode.c2628 if ((flags & AT_STATX_SYNC_TYPE) == AT_STATX_FORCE_SYNC)

Completed in 241 milliseconds