Home
last modified time | relevance | path

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

/linux-4.1.27/fs/affs/
Dsuper.c304 s32 root_block; in affs_fill_super() local
336 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super()
368 sbi->s_root_block = root_block; in affs_fill_super()
369 if (root_block < 0) in affs_fill_super()
413 root_block = sbi->s_root_block; in affs_fill_super()
493 root_inode = affs_iget(sb, root_block); in affs_fill_super()
521 int root_block; in affs_remount() local
538 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
/linux-4.1.27/include/uapi/linux/raid/
Dmd_p.h184 __u32 root_block; /* 3 LV root block */ member
/linux-4.1.27/net/bridge/
Dbr_sysfs_if.c170 BRPORT_ATTR_FLAG(root_block, BR_ROOT_BLOCK);
/linux-4.1.27/drivers/mtd/maps/
Dvmu-flash.c32 u16 root_block; member
525 part_cur->root_block = card->tempB; in vmu_queryblocks()