Home
last modified time | relevance | path

Searched refs:__fs16 (Results 1 – 6 of 6) sorted by relevance

/fs/sysv/
Dsysv.h6 typedef __u16 __bitwise __fs16; typedef
44 __fs16 *s_sb_fic_count; /* pointer to s_sbd->s_ninode */
46 __fs16 *s_sb_total_free_inodes; /* pointer to s_sbd->s_tinode */
47 __fs16 *s_bcache_count; /* pointer to s_sbd->s_nfree */
222 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu()
230 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16()
233 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
235 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()
238 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
Dballoc.c84 *(__fs16*)bh->b_data = cpu_to_fs16(sbi, count); in sysv_free_block()
136 count = fs16_to_cpu(sbi, *(__fs16*)bh->b_data); in sysv_new_block()
206 n = fs16_to_cpu(sbi, *(__fs16*)bh->b_data); in sysv_count_free_blocks()
/fs/ufs/
Dswab.h80 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
88 static inline __fs16
92 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
94 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()
98 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
107 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
Dufs_fs.h42 typedef __u16 __bitwise __fs16; typedef
292 __fs16 d_reclen; /* length of this entry */
294 __fs16 d_namlen; /* actual length of d_name */
434 __fs16 fs_opostbl[16][8]; /* old rotation block list head */
541 __fs16 cg_ncyl; /* number of cyl's this cg */
542 __fs16 cg_niblk; /* number of inode blocks this cg */
583 __fs16 cg_ncyl; /* number of cyl's this cg */
584 __fs16 cg_niblk; /* number of inode blocks this cg */
592 __fs16 cg_b[32][8]; /* positions of free blocks */
603 __fs16 ui_mode; /* 0x0 */
[all …]
Dutil.h327 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
372 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
/fs/qnx6/
Dqnx6.h16 typedef __u16 __bitwise __fs16; typedef
109 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu()
117 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
120 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
122 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()