Searched refs:strbuf (Results 1 – 2 of 2) sorted by relevance
/fs/hfs/ |
D | dir.c | 59 char strbuf[HFS_MAX_NAMELEN]; in hfs_readdir() local 114 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir() 121 if (filldir(dirent, strbuf, len, filp->f_pos, in hfs_readdir() 130 if (filldir(dirent, strbuf, len, filp->f_pos, in hfs_readdir()
|
/fs/hfsplus/ |
D | dir.c | 118 char strbuf[HFSPLUS_MAX_STRLEN + 1]; in hfsplus_readdir() local 174 err = hfsplus_uni2asc(sb, &fd.key->cat.name, strbuf, &len); in hfsplus_readdir() 186 if (filldir(dirent, strbuf, len, filp->f_pos, in hfsplus_readdir() 195 if (filldir(dirent, strbuf, len, filp->f_pos, in hfsplus_readdir()
|