Lines Matching refs:cpu_to_be32
47 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key()
62 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key_with_cnid()
73 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key_uni()
93 perms->owner = cpu_to_be32(i_uid_read(inode)); in hfsplus_cat_set_perms()
94 perms->group = cpu_to_be32(i_gid_read(inode)); in hfsplus_cat_set_perms()
97 perms->dev = cpu_to_be32(inode->i_nlink); in hfsplus_cat_set_perms()
99 perms->dev = cpu_to_be32(inode->i_rdev); in hfsplus_cat_set_perms()
117 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record()
135 file->id = cpu_to_be32(cnid); in hfsplus_cat_build_record()
145 cpu_to_be32(HFSP_SYMLINK_TYPE); in hfsplus_cat_build_record()
147 cpu_to_be32(HFSP_SYMLINK_CREATOR); in hfsplus_cat_build_record()
150 cpu_to_be32(sbi->type); in hfsplus_cat_build_record()
152 cpu_to_be32(sbi->creator); in hfsplus_cat_build_record()
161 cpu_to_be32(HFSP_HARDLINK_TYPE); in hfsplus_cat_build_record()
163 cpu_to_be32(HFSP_HFSPLUS_CREATOR); in hfsplus_cat_build_record()
169 cpu_to_be32(HFSPLUS_I(inode)->linkid); in hfsplus_cat_build_record()
183 entry->thread.parentID = cpu_to_be32(parentid); in hfsplus_fill_cat_thread()
345 fd.search_key->cat.parent = cpu_to_be32(dir->i_ino); in hfsplus_delete_cat()