Lines Matching refs:sb_pquotino
441 * is written to the disk. Even in that case, sb_pquotino field is
448 if (sbp->sb_pquotino == 0)
449 sbp->sb_pquotino = NULLFSINO;
471 * and sb_pquotino. But, only one of them is supported at any
473 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test
477 sbp->sb_pquotino = sbp->sb_gquotino;
542 to->sb_pquotino = be64_to_cpu(from->sb_pquotino);
576 to->sb_pquotino = cpu_to_be64(from->sb_pquotino);
608 to->sb_gquotino = cpu_to_be64(from->sb_pquotino);
617 from->sb_pquotino == NULLFSINO)
621 to->sb_pquotino = 0;