Lines Matching defs:count
209 int count;
213 count = cached->varsize;
214 if (!name || !count) {
218 val = (name[0] << 2) + (name[1] << 1) + name[count - 1] + count;
1733 /* Set hard links count and directory flag. */
1920 int count;
2048 * If hard link count is not equal to zero then we are done. In other
2078 count = ntfs_invalidate_cache(vol->xinode_cache, GENERIC(&item),
2080 if (pathname && !count)
2265 /* Increment hard links count. */
2594 /* save initial link count */
2840 * Increment the count of subdirectories
2859 * For a directory count the subdirectories whose name is not
2860 * a short one, but count "." and ".."
2861 * Otherwise count the names, excluding the short ones.
2863 * if there is an error, a null count is returned.
2883 * Directory : scan the directory and count
2895 * and count those which are not DOS-only ones.