Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hfs/
Dstring.c59 if (len > HFS_NAMELEN) in hfs_hash_dentry()
60 len = HFS_NAMELEN; in hfs_hash_dentry()
100 if (len >= HFS_NAMELEN) { in hfs_compare_dentry()
101 if (name->len < HFS_NAMELEN) in hfs_compare_dentry()
103 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.c108 buf->f_namelen = HFS_NAMELEN; in hfs_statfs()
Dcatalog.c206 if (len > HFS_NAMELEN) { in hfs_cat_find_brec()
Dinode.c462 if (HFS_I(main_inode)->cat_key.CName.len > HFS_NAMELEN) in hfs_write_inode()