Lines Matching refs:size
292 ntfs_log_error("Index block size %u is invalid.\n",
386 /* Determine the size of a vcn in the directory index. */
949 * @ivcn_bits: log(2) of index vcn size
1195 /* Determine the size of a vcn in the directory index. */
1199 ntfs_log_error("Index block size %u is invalid.\n",
1299 "size.\n");
1546 * unless NTFS version < 3.0 or cluster size > 4K
2333 * Returns size if found
2385 * Returns size if found
2456 char *value, size_t size)
2479 if (value && (outsize <= (int)size))
2482 if (size && (outsize > (int)size))
2677 const char *value, size_t size, int flags)
2691 if (size > 3*MAX_DOS_NAME_LENGTH)
2692 size = 3*MAX_DOS_NAME_LENGTH;
2693 strncpy(newname, value, size);
2695 newname[size] = 0;