Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Ddisk-io.c2015 int newest = *backup_index; in next_root_backup() local
2020 newest = find_newest_super_backup(info, gen); in next_root_backup()
2021 if (newest == -1) in next_root_backup()
2024 *backup_index = newest; in next_root_backup()
2031 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
2033 *backup_index = newest; in next_root_backup()
2036 root_backup = super->super_roots + newest; in next_root_backup()
/fs/
DKconfig.binfmt23 you'll have to install the newest ELF runtime libraries, including
/fs/cifs/
DKconfig200 This enables experimental support for the newest, SMB3.1.1, dialect.