Home
last modified time | relevance | path

Searched refs:hfs_cat_key (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/hfs/
Dhfs.h149 struct hfs_cat_key { struct
166 struct hfs_cat_key cat; argument
170 #define HFS_MAX_CAT_KEYLEN (sizeof(struct hfs_cat_key) - sizeof(u8))
286 struct hfs_cat_key key;
Dhfs_fs.h69 struct hfs_cat_key cat_key;
213 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
Ddir.c166 memcpy(&rd->key, &fd.key->cat, sizeof(struct hfs_cat_key)); in hfs_readdir()
Dinode.c294 struct hfs_cat_key *key;
389 struct inode *hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) in hfs_iget()