Searched refs:CName (Results 1 – 4 of 4) sorted by relevance
/linux/fs/hfs/ |
H A D | catalog.c | 28 hfs_asc2mac(sb, &key->cat.CName, name); in hfs_cat_build_key() 29 key->key_len = 6 + key->cat.CName.len; in hfs_cat_build_key() 31 memset(&key->cat.CName, 0, sizeof(struct hfs_name)); in hfs_cat_build_key() 72 hfs_asc2mac(sb, &rec->thread.CName, name); in hfs_cat_build_thread() 181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len, in hfs_cat_keycmp() 182 key2->cat.CName.name, key2->cat.CName.len); in hfs_cat_keycmp() 205 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec() 210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec()
|
H A D | hfs.h | 153 struct hfs_name CName; /* The filename of the entry */ member 229 struct hfs_name CName; /* The name of this entry */ member
|
H A D | dir.c | 118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir()
|
H A D | inode.c | 460 if (HFS_I(main_inode)->cat_key.CName.len > HFS_NAMELEN) in hfs_write_inode()
|