Home
last modified time | relevance | path

Searched refs:cnid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/hfs/
H A Dbnode.c203 __be32 cnid; in hfs_bnode_dump() local
225 hfs_bnode_read(node, &cnid, key_off + tmp, 4); in hfs_bnode_dump()
226 hfs_dbg(", cnid %d)", be32_to_cpu(cnid)); in hfs_bnode_dump()
241 __be32 cnid; in hfs_bnode_unlink() local
249 cnid = cpu_to_be32(tmp->next); in hfs_bnode_unlink()
250 hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, next), 4); in hfs_bnode_unlink()
260 cnid = cpu_to_be32(tmp->prev); in hfs_bnode_unlink()
261 hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, prev), 4); in hfs_bnode_unlink()
284 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() argument
288 if (cnid >= tree->node_count) { in hfs_bnode_findhash()
[all …]
/linux/fs/hfsplus/
H A Dioctl.c34 u32 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_ioctl_bless() local
50 vh->finder_info[1] = bvh->finder_info[1] = cpu_to_be32(cnid); in hfsplus_ioctl_bless()
/linux/sound/hda/common/
H A Dhda_local.h169 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument
170 snd_hda_create_dig_out_ctls(codec, anid, cnid, HDA_PCM_TYPE_SPDIF)