Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/xfs/
Dxfs_inode.c1990 short bucket_index; in xfs_iunlink() local
2014 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink()
2015 ASSERT(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
2016 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino); in xfs_iunlink()
2018 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) { in xfs_iunlink()
2031 dip->di_next_unlinked = agi->agi_unlinked[bucket_index]; in xfs_iunlink()
2048 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino); in xfs_iunlink()
2050 (sizeof(xfs_agino_t) * bucket_index); in xfs_iunlink()
2076 short bucket_index; in xfs_iunlink_remove() local
2099 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink_remove()
[all …]