Home
last modified time | relevance | path

Searched refs:RDEV (Results 1 – 2 of 2) sorted by relevance

/fs/f2fs/
Dsuper.c2889 if (RDEV(0).path[0]) { in sanity_check_raw_super()
2890 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
2893 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
2894 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3321 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
3340 if (i > 0 && !RDEV(i).path[0]) in f2fs_scan_devices()
3350 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
3352 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
Df2fs.h1228 #define RDEV(i) (raw_super->devs[i]) macro