Lines Matching defs:indx
771 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int flags,
801 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
810 if (indx == 0 || bap[indx - 1] == 0)
815 ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
831 return ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;
835 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int flags,
865 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
874 if (indx == 0 || bap[indx - 1] == 0)
879 ufs_rw64(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
895 return ufs_rw64(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;