Home
last modified time | relevance | path

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

/linux-6.12.1/fs/affs/
Dsuper.c338 s32 root_block; in affs_fill_super() local
372 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super()
405 sbi->s_root_block = root_block; in affs_fill_super()
406 if (root_block < 0) in affs_fill_super()
450 root_block = sbi->s_root_block; in affs_fill_super()
531 root_inode = affs_iget(sb, root_block); in affs_fill_super()
560 int root_block; in affs_remount() local
572 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
/linux-6.12.1/fs/xfs/scrub/
Dbtree.c512 struct xfs_btree_block *root_block; in xchk_btree_check_minrecs() local
516 root_block = xfs_btree_get_block(cur, root_level, &root_bp); in xchk_btree_check_minrecs()
519 (be16_to_cpu(root_block->bb_numrecs) != 1 || in xchk_btree_check_minrecs()
/linux-6.12.1/include/uapi/linux/raid/
Dmd_p.h191 __u32 root_block; /* 3 LV root block */ member
/linux-6.12.1/drivers/mtd/maps/
Dvmu-flash.c30 u16 root_block; member
523 part_cur->root_block = card->tempB; in vmu_queryblocks()
/linux-6.12.1/net/bridge/
Dbr_sysfs_if.c234 BRPORT_ATTR_FLAG(root_block, BR_ROOT_BLOCK);