Home
last modified time | relevance | path

Searched defs:cnid (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/fs/hfs/
Dcatalog.c36 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, struct qstr *str, struct inode *inode) in hfs_cat_create()
179 int hfs_cat_find_brec(struct super_block *sb, u32 cnid, in hfs_cat_find_brec()
213 int hfs_cat_delete(u32 cnid, struct inode *dir, struct qstr *str) in hfs_cat_delete()
279 int hfs_cat_move(u32 cnid, struct inode *src_dir, struct qstr *src_name, in hfs_cat_move()
Dbrec.c71 __be32 cnid; in hfs_brec_insert() local
424 __be32 cnid; in hfs_brec_update_parent() local
456 __be32 cnid; in hfs_btree_inc_height() local
Dbnode.c138 __be32 cnid; in hfs_bnode_dump() local
176 __be32 cnid; in hfs_bnode_unlink() local
219 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
237 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
Dextent.c21 static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type) in hfs_ext_build_key()
147 u32 cnid, u32 block, u8 type) in __hfs_ext_read_extent()
287 u32 cnid = be32_to_cpu(file->FlNum); in hfs_free_fork() local
Dbtree.c192 __be32 cnid; in hfs_bmap_new_bmap() local
Dinode.c385 u32 cnid; in hfs_iget() local
Dbtree.h21 u32 cnid; member
/linux-4.1.27/fs/hfsplus/
Dattributes.c50 u32 cnid, const char *name) in hfsplus_attr_build_key()
96 u32 cnid, const void *value, size_t size) in hfsplus_attr_build_record()
136 int hfsplus_find_attr(struct super_block *sb, u32 cnid, in hfsplus_find_attr()
260 static int __hfsplus_delete_attr(struct inode *inode, u32 cnid, in __hfsplus_delete_attr()
339 int hfsplus_delete_all_attrs(struct inode *dir, u32 cnid) in hfsplus_delete_all_attrs()
Dcatalog.c105 u32 cnid, struct inode *inode) in hfsplus_cat_build_record()
193 int hfsplus_find_cat(struct super_block *sb, u32 cnid, in hfsplus_find_cat()
252 int hfsplus_create_cat(u32 cnid, struct inode *dir, in hfsplus_create_cat()
321 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat()
414 int hfsplus_rename_cat(u32 cnid, in hfsplus_rename_cat()
Ddir.c23 struct inode *inode, u32 cnid) in hfsplus_instantiate()
38 u32 cnid, linkid = 0; in hfsplus_lookup() local
303 u32 cnid, id; in hfsplus_link() local
359 u32 cnid; in hfsplus_unlink() local
Dbrec.c69 __be32 cnid; in hfs_brec_insert() local
428 __be32 cnid; in hfs_brec_update_parent() local
460 __be32 cnid; in hfs_btree_inc_height() local
Dbnode.c302 __be32 cnid; in hfs_bnode_dump() local
340 __be32 cnid; in hfs_bnode_unlink() local
384 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
401 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
Dextents.c40 static void hfsplus_ext_build_key(hfsplus_btree_key *key, u32 cnid, in hfsplus_ext_build_key()
153 u32 cnid, u32 block, u8 type) in __hfsplus_ext_read_extent()
386 int hfsplus_free_fork(struct super_block *sb, u32 cnid, in hfsplus_free_fork()
Dioctl.c33 u32 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_ioctl_bless() local
Dbtree.c316 __be32 cnid; in hfs_bmap_new_bmap() local
Dhfsplus_raw.h342 hfsplus_cnid cnid; member
359 hfsplus_cnid cnid; member
Dhfsplus_fs.h78 u32 cnid; member
/linux-4.1.27/sound/pci/hda/
Dhda_local.h248 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument