Lines Matching refs:sb_pquotino
563 * is written to the disk. Even in that case, sb_pquotino field is
570 if (sbp->sb_pquotino == 0)
571 sbp->sb_pquotino = NULLFSINO;
593 * and sb_pquotino. But, only one of them is supported at any
595 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test
599 sbp->sb_pquotino = sbp->sb_gquotino;
664 to->sb_pquotino = be64_to_cpu(from->sb_pquotino);
704 to->sb_pquotino = cpu_to_be64(from->sb_pquotino);
736 to->sb_gquotino = cpu_to_be64(from->sb_pquotino);
745 from->sb_pquotino == NULLFSINO)
749 to->sb_pquotino = 0;