Searched refs:sr_block (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Drecovery.c138 * @sr_block: disk block number of the super root block
142 int nilfs_read_super_root_block(struct the_nilfs *nilfs, sector_t sr_block, argument
151 bh_sr = __bread(nilfs->ns_bdev, sr_block, nilfs->ns_blocksize);
167 sr_block, 1)) {
H A Dthe_nilfs.c174 static int nilfs_load_super_root(struct the_nilfs *nilfs, sector_t sr_block) argument
183 err = nilfs_read_super_root_block(nilfs, sr_block, &bh_sr, 1);

Completed in 107 milliseconds