Lines Matching defs:name
135 DBG(0, "name is too long\n");
221 DBG(0, "name is too long\n");
437 * @param name dentry name
438 * @param len name lenth
441 static f2fs_hash_t __f2fs_dentry_hash(const unsigned char *name, int len)/* Need update */
449 if ((len <= 2) && (name[0] == '.') &&
450 (name[1] == '.' || name[1] == '\0'))
459 p = name;
475 const unsigned char *name, int len)
485 dlen = table->ops->casefold(table, name, len, buff, F2FS_NAME_LEN);
496 return __f2fs_dentry_hash(name, len);
1307 char *name;
1314 .name = "utf8",
1333 if (!strcmp(string, f2fs_encoding_map[i].name))
1345 return f2fs_encoding_map[i].name;