Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Djournal.c34 unsigned bucket_index) in journal_read_bucket() argument
44 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket()
48 pr_debug("reading %u", bucket_index); in journal_read_bucket()
79 pr_debug("%u: bad magic", bucket_index); in journal_read_bucket()
86 bucket_index, bytes, offset); in journal_read_bucket()
95 bucket_index, bytes, offset); in journal_read_bucket()
133 ja->seq[bucket_index] = j->seq; in journal_read_bucket()
/linux-4.4.14/fs/xfs/
Dxfs_inode.c1963 short bucket_index; in xfs_iunlink() local
1987 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink()
1988 ASSERT(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
1989 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino); in xfs_iunlink()
1991 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) { in xfs_iunlink()
2004 dip->di_next_unlinked = agi->agi_unlinked[bucket_index]; in xfs_iunlink()
2021 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino); in xfs_iunlink()
2023 (sizeof(xfs_agino_t) * bucket_index); in xfs_iunlink()
2049 short bucket_index; in xfs_iunlink_remove() local
2072 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink_remove()
[all …]