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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inum.h43 #define NULLAGINO ((xfs_agino_t)-1) macro
H A Dxfs_fsops.c232 agi->agi_newino = cpu_to_be32(NULLAGINO);
233 agi->agi_dirino = cpu_to_be32(NULLAGINO);
235 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
H A Dxfs_ialloc.c161 if (likely(newino != NULLAGINO &&
297 INT_SET(free->di_next_unlinked, ARCH_CONVERT, NULLAGINO);
838 else if (be32_to_cpu(agi->agi_newino) != NULLAGINO) {
H A Dxfs_inode.c1943 if (be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO) {
1954 ASSERT(INT_GET(dip->di_next_unlinked, ARCH_CONVERT) == NULLAGINO);
2047 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO);
2055 * is not already NULLAGINO. This saves us the overhead
2068 if (next_agino != NULLAGINO) {
2069 INT_SET(dip->di_next_unlinked, ARCH_CONVERT, NULLAGINO);
2114 ASSERT(next_agino != NULLAGINO);
2131 if (next_agino != NULLAGINO) {
2132 INT_SET(dip->di_next_unlinked, ARCH_CONVERT, NULLAGINO);
H A Dxfs_log_recover.c3138 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
3202 while (agino != NULLAGINO) {
3270 agino = NULLAGINO;

Completed in 116 milliseconds