Searched refs:fs16_to_cpu (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/befs/ |
| H A D | btree.c | 218 fs16_to_cpu(sb, node->od_node->all_key_count); in befs_bt_read_node() 220 fs16_to_cpu(sb, node->od_node->all_key_length); in befs_bt_read_node() 692 prev_key_end = fs16_to_cpu(sb, keylen_index[index - 1]); in befs_bt_get_key() 694 *keylen = fs16_to_cpu(sb, keylen_index[index]) - prev_key_end; in befs_bt_get_key()
|
| H A D | datastream.c | 340 int len = fs16_to_cpu(sb, array[j].len); in befs_find_brun_indirect() 347 fs16_to_cpu(sb, array[j].start) + offset; in befs_find_brun_indirect() 349 fs16_to_cpu(sb, array[j].len) - offset; in befs_find_brun_indirect()
|
| H A D | debug.c | 257 fs16_to_cpu(sb, node->all_key_count)); in befs_dump_index_node() 259 fs16_to_cpu(sb, node->all_key_length)); in befs_dump_index_node()
|
| H A D | endian.h | 52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu() function
|
| /linux/fs/ufs/ |
| H A D | util.h | 135 return fs16_to_cpu(sb, de->d_u.d_namlen); in ufs_get_de_namlen() 196 return fs16_to_cpu(sb, inode->ui_u1.oldids.ui_suid); in ufs_get_inode_uid() 230 return fs16_to_cpu(sb, inode->ui_u1.oldids.ui_sgid); in ufs_get_inode_gid()
|
| H A D | swab.h | 81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu() function
|
| H A D | inode.c | 553 inode->i_mode = mode = fs16_to_cpu(sb, ufs_inode->ui_mode); in ufs1_read_inode() 554 set_nlink(inode, fs16_to_cpu(sb, ufs_inode->ui_nlink)); in ufs1_read_inode() 602 inode->i_mode = mode = fs16_to_cpu(sb, ufs2_inode->ui_mode); in ufs2_read_inode() 603 set_nlink(inode, fs16_to_cpu(sb, ufs2_inode->ui_nlink)); in ufs2_read_inode()
|
| H A D | super.c | 237 pr_debug(" ncyl: %u\n", fs16_to_cpu(sb, cg->cg_ncyl)); in ufs_print_cylinder_stuff() 238 pr_debug(" niblk: %u\n", fs16_to_cpu(sb, cg->cg_niblk)); in ufs_print_cylinder_stuff()
|
| /linux/fs/qnx6/ |
| H A D | qnx6.h | 110 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu() function
|
| H A D | inode.c | 549 inode->i_mode = fs16_to_cpu(sbi, raw_inode->di_mode); in qnx6_iget()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs.h | 151 static inline u16 fs16_to_cpu(struct vxfs_sb_info *sbi, __fs16 a) in fs16_to_cpu() function
|