Lines Matching defs:ofs
973 int ofs, int depth)
994 f2fs_ra_node_pages(page, ofs, NIDS_PER_BLOCK);
998 for (i = ofs; i < NIDS_PER_BLOCK; i++, freed++) {
1010 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1;
1011 for (i = ofs; i < NIDS_PER_BLOCK; i++) {
1030 if (!ofs) {
1297 struct page *f2fs_new_node_page(struct dnode_of_data *dn, unsigned int ofs)
1311 if (unlikely((err = inc_valid_node_count(sbi, dn->inode, !ofs))))
1317 dec_valid_node_count(sbi, dn->inode, !ofs);
1335 fill_node_footer(page, dn->nid, dn->inode->i_ino, ofs, true);
1342 if (f2fs_has_xattr_block(ofs))
1345 if (ofs == 0)
1473 f2fs_warn(sbi, "inconsistent node block, nid:%lu, node_footer[nid:%u,ino:%u,ofs:%u,cpver:%llu,blkaddr:%u]",