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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 197 milliseconds