Home
last modified time | relevance | path

Searched refs:root_block (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/affs/
Dsuper.c339 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()
/linux-6.1.9/fs/xfs/scrub/
Dbtree.c498 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()
/linux-6.1.9/include/uapi/linux/raid/
Dmd_p.h195 __u32 root_block; /* 3 LV root block */ member
/linux-6.1.9/drivers/mtd/maps/
Dvmu-flash.c30 u16 root_block; member
523 part_cur->root_block = card->tempB; in vmu_queryblocks()
/linux-6.1.9/net/bridge/
Dbr_sysfs_if.c234 BRPORT_ATTR_FLAG(root_block, BR_ROOT_BLOCK);