Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Djournal.c36 unsigned int bucket_index) in journal_read_bucket() argument
46 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket()
50 pr_debug("reading %u", bucket_index); in journal_read_bucket()
81 pr_debug("%u: bad magic", bucket_index); in journal_read_bucket()
88 bucket_index, bytes, offset); in journal_read_bucket()
97 bucket_index, bytes, offset); in journal_read_bucket()
135 ja->seq[bucket_index] = j->seq; in journal_read_bucket()
/Linux-v4.19/fs/xfs/
Dxfs_inode.c1930 short bucket_index; in xfs_iunlink() local
1951 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink()
1952 ASSERT(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
1953 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino); in xfs_iunlink()
1955 if (agi->agi_unlinked[bucket_index] != cpu_to_be32(NULLAGINO)) { in xfs_iunlink()
1968 dip->di_next_unlinked = agi->agi_unlinked[bucket_index]; in xfs_iunlink()
1985 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino); in xfs_iunlink()
1987 (sizeof(xfs_agino_t) * bucket_index); in xfs_iunlink()
2012 short bucket_index; in xfs_iunlink_remove() local
2036 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink_remove()
[all …]
/Linux-v4.19/net/ceph/
Dosdmap.c288 u32 bucket_index; in decode_choose_args() local
290 ceph_decode_32_safe(p, end, bucket_index, e_inval); in decode_choose_args()
291 if (bucket_index >= arg_map->size) in decode_choose_args()
294 arg = &arg_map->args[bucket_index]; in decode_choose_args()
300 arg->ids_size != c->buckets[bucket_index]->size) in decode_choose_args()