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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inum.h43 #define NULLAGINO ((xfs_agino_t)-1) macro
H A Dxfs_ialloc.c217 free->di_next_unlinked = cpu_to_be32(NULLAGINO);
269 if (likely(newino != NULLAGINO &&
834 if (pagino != NULLAGINO &&
836 pag->pagl_leftrec != NULLAGINO &&
837 pag->pagl_rightrec != NULLAGINO) {
927 pag->pagl_pagino = NULLAGINO;
928 pag->pagl_leftrec = NULLAGINO;
929 pag->pagl_rightrec = NULLAGINO;
940 if (be32_to_cpu(agi->agi_newino) != NULLAGINO) {
H A Dxfs_fsops.c237 agi->agi_newino = cpu_to_be32(NULLAGINO);
238 agi->agi_dirino = cpu_to_be32(NULLAGINO);
240 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
H A Dxfs_inode.c1731 if (be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO) {
1742 ASSERT(be32_to_cpu(dip->di_next_unlinked) == NULLAGINO);
1808 ASSERT(be32_to_cpu(agi->agi_unlinked[bucket_index]) != NULLAGINO);
1816 * is not already NULLAGINO. This saves us the overhead
1829 if (next_agino != NULLAGINO) {
1830 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
1875 ASSERT(next_agino != NULLAGINO);
1892 if (next_agino != NULLAGINO) {
1893 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);
H A Dxfs_log_recover.c3156 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
3228 return NULLAGINO;
3282 while (agino != NULLAGINO) {

Completed in 112 milliseconds