HomeSort by: relevance | last modified time | path
    Searched defs:super_root (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nilfs/
nilfs.h 150 struct nilfs_super_root super_root; member in struct:nilfs_device
nilfs_subr.c 454 struct nilfs_super_root super_root; member in struct:nilfs_recover_info
509 struct nilfs_super_root *super_root; local in function:nilfs_load_super_root
536 size, (void *) &nilfsdev->super_root);
545 super_root = &nilfsdev->super_root;
546 super_root_crc = nilfs_rw32(super_root->sr_sum);
547 off = sizeof(super_root->sr_sum);
549 (uint8_t *) super_root + off,

Completed in 12 milliseconds