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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c1897 short bucket_index; local
1939 bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS;
1940 ASSERT(agi->agi_unlinked[bucket_index]);
1941 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != agino);
1943 if (be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO) {
1957 dip->di_next_unlinked = agi->agi_unlinked[bucket_index];
1970 agi->agi_unlinked[bucket_index] = cpu_to_be32(agino);
1972 (sizeof(xfs_agino_t) * bucket_index);
1998 short bucket_index; local
2046 bucket_index
[all...]

Completed in 45 milliseconds