Home
last modified time | relevance | path

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

/fs/hfs/
Dstring.c60 if (len > HFS_NAMELEN) in hfs_hash_dentry()
61 len = HFS_NAMELEN; in hfs_hash_dentry()
102 if (len >= HFS_NAMELEN) { in hfs_compare_dentry()
103 if (name->len < HFS_NAMELEN) in hfs_compare_dentry()
105 len = HFS_NAMELEN; in hfs_compare_dentry()
Dtrans.c43 if (srclen > HFS_NAMELEN) in hfs_mac2asc()
44 srclen = HFS_NAMELEN; in hfs_mac2asc()
108 dstlen = HFS_NAMELEN; in hfs_asc2mac()
147 dstlen = HFS_NAMELEN - out->len; in hfs_asc2mac()
Dhfs.h27 #define HFS_NAMELEN 31 /* maximum length of an HFS filename */ macro
89 u8 name[HFS_NAMELEN];
Dsuper.c111 buf->f_namelen = HFS_NAMELEN; in hfs_statfs()
Dcatalog.c193 if (len > HFS_NAMELEN) { in hfs_cat_find_brec()