Searched refs:root_block (Results 1 – 2 of 2) sorted by relevance
/fs/affs/ |
D | super.c | 339 s32 root_block; in affs_fill_super() local 373 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super() 406 sbi->s_root_block = root_block; in affs_fill_super() 407 if (root_block < 0) in affs_fill_super() 451 root_block = sbi->s_root_block; in affs_fill_super() 532 root_inode = affs_iget(sb, root_block); in affs_fill_super() 561 int root_block; in affs_remount() local 573 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
|
/fs/xfs/scrub/ |
D | btree.c | 498 struct xfs_btree_block *root_block; in xchk_btree_check_minrecs() local 502 root_block = xfs_btree_get_block(cur, root_level, &root_bp); in xchk_btree_check_minrecs() 505 (be16_to_cpu(root_block->bb_numrecs) != 1 || in xchk_btree_check_minrecs()
|