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

  /src/sys/fs/v7fs/
v7fs_superblock_util.c 70 stat->total_inode = V7FS_MAX_INODE(sb);
73 stat->total_files = stat->total_inode - sb->total_freeinode - 1;
76 stat->total_blocks, stat->free_inode, stat->total_inode);
v7fs_impl.h 87 int32_t total_inode; member in struct:v7fs_stat

Completed in 12 milliseconds