Searched refs:__fs16 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/linux/ |
D | sysv_fs.h | 8 typedef u16 __fs16; typedef 9 typedef u32 __fs16; typedef 13 typedef __fs16 sysv_ino_t; 29 __fs16 s_isize; /* index of first data zone */ 32 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */ 35 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */ 44 __fs16 s_tinode; /* total number of free inodes */ 45 __fs16 s_dinfo[4]; /* device information ?? */ 67 __fs16 s_isize; /* index of first data zone */ 71 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */ [all …]
|
/linux-2.6.39/fs/sysv/ |
D | sysv.h | 6 typedef __u16 __bitwise __fs16; typedef 45 __fs16 *s_sb_fic_count; /* pointer to s_sbd->s_ninode */ 47 __fs16 *s_sb_total_free_inodes; /* pointer to s_sbd->s_tinode */ 48 __fs16 *s_bcache_count; /* pointer to s_sbd->s_nfree */ 223 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu() 231 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16() 234 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16() 236 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16() 239 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|
D | balloc.c | 84 *(__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()
|
/linux-2.6.39/fs/ufs/ |
D | swab.h | 80 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()
|
D | ufs_fs.h | 41 typedef __u16 __bitwise __fs16; typedef 291 __fs16 d_reclen; /* length of this entry */ 293 __fs16 d_namlen; /* actual length of d_name */ 433 __fs16 fs_opostbl[16][8]; /* old rotation block list head */ 540 __fs16 cg_ncyl; /* number of cyl's this cg */ 541 __fs16 cg_niblk; /* number of inode blocks this cg */ 582 __fs16 cg_ncyl; /* number of cyl's this cg */ 583 __fs16 cg_niblk; /* number of inode blocks this cg */ 591 __fs16 cg_b[32][8]; /* positions of free blocks */ 602 __fs16 ui_mode; /* 0x0 */ [all …]
|
D | util.h | 327 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \ 372 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
|