Home
last modified time | relevance | path

Searched refs:force_sync (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py1205 if not self.options.force_sync and not updated:
1419 if options.force_sync:
1811 if len(configs) == 0 and not any((options.force_sync, options.build_db,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dinode.c813 bool force_sync = query_flags & AT_STATX_FORCE_SYNC; in nfs_getattr() local
818 if ((query_flags & AT_STATX_DONT_SYNC) && !force_sync) { in nfs_getattr()
848 do_update |= force_sync || nfs_attribute_cache_expired(inode); in nfs_getattr()