Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dcatalog.c36 static int hfs_cat_build_record(hfs_cat_rec *rec, u32 cnid, struct inode *inode) in hfs_cat_build_record() argument
82 int hfs_cat_create(u32 cnid, struct inode *dir, const struct qstr *str, struct inode *inode) in hfs_cat_create() argument
187 int hfs_cat_find_brec(struct super_block *sb, u32 cnid, in hfs_cat_find_brec() argument
233 hfs_correct_next_unused_CNID(struct super_block * sb,u32 cnid) hfs_correct_next_unused_CNID() argument
339 hfs_cat_delete(u32 cnid,struct inode * dir,const struct qstr * str) hfs_cat_delete() argument
411 hfs_cat_move(u32 cnid,struct inode * src_dir,const struct qstr * src_name,struct inode * dst_dir,const struct qstr * dst_name) hfs_cat_move() argument
[all...]
H A Dbrec.c72 __be32 cnid; in hfs_brec_insert() local
445 __be32 cnid; in hfs_brec_update_parent() local
482 __be32 cnid; in hfs_btree_inc_height() local
[all...]
H A Dbnode.c243 __be32 cnid; in hfs_bnode_dump() local
281 __be32 cnid; in hfs_bnode_unlink() local
324 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() argument
342 __hfs_bnode_create(struct hfs_btree * tree,u32 cnid) __hfs_bnode_create() argument
[all...]
H A Dextent.c21 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
H A Dbtree.c231 __be32 cnid; in hfs_bmap_new_bmap() local
H A Dinode.c402 u32 cnid; hfs_iget() local
H A Dbtree.h29 u32 cnid; member
/linux/fs/hfsplus/
H A Dattributes.c51 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()
354 int hfsplus_delete_all_attrs(struct inode *dir, u32 cnid) in hfsplus_delete_all_attrs()
H A Dcatalog.c106 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()
H A Ddir.c23 struct inode *inode, u32 cnid) in hfsplus_instantiate() argument
38 u32 cnid, linkid = 0; in hfsplus_lookup() local
308 u32 cnid, id; hfsplus_link() local
364 u32 cnid; hfsplus_unlink() local
[all...]
H A Dbrec.c70 __be32 cnid; in hfs_brec_insert() local
430 __be32 cnid; in hfs_brec_update_parent() local
467 __be32 cnid; hfs_btree_inc_height() local
[all...]
H A Dbnode.c351 __be32 cnid; in hfs_bnode_dump() local
389 __be32 cnid; in hfs_bnode_unlink() local
433 hfs_bnode_findhash(struct hfs_btree * tree,u32 cnid) hfs_bnode_findhash() argument
450 __hfs_bnode_create(struct hfs_btree * tree,u32 cnid) __hfs_bnode_create() argument
[all...]
H A Dextents.c41 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()
391 int hfsplus_free_fork(struct super_block *sb, u32 cnid, in hfsplus_free_fork()
H A Dioctl.c34 u32 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_ioctl_bless() local
H A Dbtree.c318 __be32 cnid; in hfs_bmap_new_bmap() local
H A Dhfsplus_raw.h347 hfsplus_cnid cnid; global() member
364 hfsplus_cnid cnid; global() member
H A Dhfsplus_fs.h46 u32 cnid; global() member
[all...]
/linux/sound/hda/common/
H A Dhda_local.h169 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument