Home
last modified time | relevance | path

Searched refs:HFS_NAMELEN (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dtrans.c406 while (len-- && (*count < HFS_NAMELEN)) { in hfs_colon2mac()
447 while (len-- && (*count < HFS_NAMELEN)) { in hfs_prcnt2mac()
486 while (len-- && (*count < HFS_NAMELEN)) { in hfs_triv2mac()
534 while (len-- && (*count < HFS_NAMELEN)) { in hfs_latin2mac()
Dsysdep.c64 if (this->len > HFS_NAMELEN) in hfs_hash_dentry()
77 if (a->len > HFS_NAMELEN) in hfs_compare_dentry()
Ddir_dbl.c394 strncpy(tmp_name + 1, dentry->d_name.name, HFS_NAMELEN - 1); in hfs_dbl_drop_dentry()
Dhfs.h43 #define HFS_NAMELEN 31 /* maximum length of an HFS filename */ macro
Dsuper.c150 buf->f_namelen = HFS_NAMELEN; in hfs_statfs()