Home
last modified time | relevance | path

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

/Linux-v4.19/fs/affs/
Dsuper.c344 s32 root_block; in affs_fill_super() local
374 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super()
407 sbi->s_root_block = root_block; in affs_fill_super()
408 if (root_block < 0) in affs_fill_super()
452 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
578 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
/Linux-v4.19/include/uapi/linux/raid/
Dmd_p.h195 __u32 root_block; /* 3 LV root block */ member
/Linux-v4.19/drivers/mtd/maps/
Dvmu-flash.c32 u16 root_block; member
525 part_cur->root_block = card->tempB; in vmu_queryblocks()
/Linux-v4.19/net/bridge/
Dbr_sysfs_if.c228 BRPORT_ATTR_FLAG(root_block, BR_ROOT_BLOCK);