Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 5 of 5) sorted by relevance

/fs/unicode/
DREADME.utf8data39 To update to the newer version of the Unicode standard, the latest
42 http://www.unicode.org/Public/UCD/latest/
/fs/reiserfs/
DKconfig39 latest benchmarks.:-) Use of this option allows our team to go all
/fs/xfs/
DKconfig41 upgrade xfsprogs to the latest version and try again.
/fs/
DKconfig.binfmt29 latest version).
/fs/btrfs/
Ddisk-io.c3790 struct btrfs_super_block *super, *latest = NULL; in btrfs_read_dev_super() local
3804 if (!latest || btrfs_super_generation(super) > transid) { in btrfs_read_dev_super()
3805 if (latest) in btrfs_read_dev_super()
3808 latest = super; in btrfs_read_dev_super()