Lines Matching refs:size
259 * filesystem size and inode32/inode64 mount options; i.e. specifically
1000 "logbuf size must be greater than or equal to log stripe size");
1007 "logbuf size for version 1 logs must be 16K or 32K");
1259 int size = 0;
1287 if (suffix_kstrtoint(param->string, 10, &size))
1289 parsing_mp->m_allocsize_log = ffs(size) - 1;
1658 * This should suffice to handle the maximum file size that the VFS
1681 * we must configure the block size in the superblock before we run the
1895 * size so that if we get remounted rw, we can return it to the same
1896 * size.
2094 * The size of the cache-allocated buf log item is the maximum
2095 * size possible under XFS. This wastes a little bit of memory,