Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h90 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h90 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v4.19/samples/statx/
Dtest-statx.c32 #define AT_STATX_FORCE_SYNC 0x2000 macro
219 atflag |= AT_STATX_FORCE_SYNC; in main()
/Linux-v4.19/drivers/nvme/target/
Dio-cmd-file.c47 &stat, STATX_SIZE, AT_STATX_FORCE_SYNC); in nvmet_file_ns_enable()
/Linux-v4.19/fs/fuse/
Ddir.c941 if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/Linux-v4.19/fs/nfs/
Dinode.c781 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()