Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfcntl.h91 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dfcntl.h91 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/Linux-v5.4/samples/vfs/
Dtest-statx.c32 #define AT_STATX_FORCE_SYNC 0x2000 macro
224 atflag |= AT_STATX_FORCE_SYNC; in main()
/Linux-v5.4/drivers/nvme/target/
Dio-cmd-file.c47 &stat, STATX_SIZE, AT_STATX_FORCE_SYNC); in nvmet_file_ns_enable()
/Linux-v5.4/fs/fuse/
Ddir.c967 if (flags & AT_STATX_FORCE_SYNC) in fuse_update_get_attr()
/Linux-v5.4/fs/nfs/
Dinode.c785 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr()
/Linux-v5.4/fs/ceph/
Dinode.c2340 flags & AT_STATX_FORCE_SYNC); in ceph_getattr()