| /Linux-v5.4/fs/hfs/ | 
| D | catalog.c | 36 static int hfs_cat_build_record(hfs_cat_rec *rec, u32 cnid, struct inode *inode)  in hfs_cat_build_record()82 int hfs_cat_create(u32 cnid, struct inode *dir, const struct qstr *str, struct inode *inode)  in hfs_cat_create()
 187 int hfs_cat_find_brec(struct super_block *sb, u32 cnid,  in hfs_cat_find_brec()
 221 int hfs_cat_delete(u32 cnid, struct inode *dir, const struct qstr *str)  in hfs_cat_delete()
 288 int hfs_cat_move(u32 cnid, struct inode *src_dir, const struct qstr *src_name,  in hfs_cat_move()
 
 | 
| D | brec.c | 72 	__be32 cnid;  in hfs_brec_insert()  local426 		__be32 cnid;  in hfs_brec_update_parent()  local
 463 	__be32 cnid;  in hfs_btree_inc_height()  local
 
 | 
| D | bnode.c | 137 	__be32 cnid;  in hfs_bnode_dump()  local175 	__be32 cnid;  in hfs_bnode_unlink()  local
 218 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)  in hfs_bnode_findhash()
 236 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)  in __hfs_bnode_create()
 
 | 
| D | extent.c | 21 static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type)  in hfs_ext_build_key()151 					u32 cnid, u32 block, u8 type)  in __hfs_ext_read_extent()
 291 	u32 cnid = be32_to_cpu(file->FlNum);  in hfs_free_fork()  local
 
 | 
| D | btree.c | 193 	__be32 cnid;  in hfs_bmap_new_bmap()  local
 | 
| D | inode.c | 388 	u32 cnid;  in hfs_iget()  local
 | 
| D | btree.h | 22 	u32 cnid;  member
 | 
| /Linux-v5.4/fs/hfsplus/ | 
| D | attributes.c | 51 			u32 cnid, const char *name)  in hfsplus_attr_build_key()97 				u32 cnid, const void *value, size_t size)  in hfsplus_attr_build_record()
 137 int hfsplus_find_attr(struct super_block *sb, u32 cnid,  in hfsplus_find_attr()
 266 static int __hfsplus_delete_attr(struct inode *inode, u32 cnid,  in __hfsplus_delete_attr()
 350 int hfsplus_delete_all_attrs(struct inode *dir, u32 cnid)  in hfsplus_delete_all_attrs()
 
 | 
| D | catalog.c | 106 		u32 cnid, struct inode *inode)  in hfsplus_cat_build_record()194 int hfsplus_find_cat(struct super_block *sb, u32 cnid,  in hfsplus_find_cat()
 253 int hfsplus_create_cat(u32 cnid, struct inode *dir,  in hfsplus_create_cat()
 330 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str)  in hfsplus_delete_cat()
 434 int hfsplus_rename_cat(u32 cnid,  in hfsplus_rename_cat()
 
 | 
| D | dir.c | 23 				       struct inode *inode, u32 cnid)  in hfsplus_instantiate()38 	u32 cnid, linkid = 0;  in hfsplus_lookup()  local
 308 	u32 cnid, id;  in hfsplus_link()  local
 364 	u32 cnid;  in hfsplus_unlink()  local
 
 | 
| D | brec.c | 70 	__be32 cnid;  in hfs_brec_insert()  local430 		__be32 cnid;  in hfs_brec_update_parent()  local
 467 	__be32 cnid;  in hfs_btree_inc_height()  local
 
 | 
| D | bnode.c | 301 	__be32 cnid;  in hfs_bnode_dump()  local339 	__be32 cnid;  in hfs_bnode_unlink()  local
 383 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)  in hfs_bnode_findhash()
 400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)  in __hfs_bnode_create()
 
 | 
| D | extents.c | 41 static void hfsplus_ext_build_key(hfsplus_btree_key *key, u32 cnid,  in hfsplus_ext_build_key()158 					    u32 cnid, u32 block, u8 type)  in __hfsplus_ext_read_extent()
 396 int hfsplus_free_fork(struct super_block *sb, u32 cnid,  in hfsplus_free_fork()
 
 | 
| D | ioctl.c | 34 	u32 cnid = (unsigned long)dentry->d_fsdata;  in hfsplus_ioctl_bless()  local
 | 
| D | btree.c | 317 	__be32 cnid;  in hfs_bmap_new_bmap()  local
 | 
| D | hfsplus_raw.h | 343 	hfsplus_cnid cnid;  member360 	hfsplus_cnid cnid;  member
 
 | 
| D | hfsplus_fs.h | 78 	u32 cnid;  member
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | hda_local.h | 174 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \  argument
 |