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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsysv_fs.h12 typedef u16 __fs16; typedef
13 typedef u32 __fs16; typedef
17 typedef __fs16 sysv_ino_t;
33 __fs16 s_isize; /* index of first data zone */
36 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */
39 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */
48 __fs16 s_tinode; /* total number of free inodes */
49 __fs16 s_dinfo[4]; /* device information ?? */
71 __fs16 s_isize; /* index of first data zone */
75 __fs16 s_nfre
[all...]
H A Dufs_fs.h41 typedef __u16 __fs16; typedef
46 typedef __u16 __bitwise __fs16; typedef
324 __fs16 d_reclen; /* length of this entry */
326 __fs16 d_namlen; /* actual length of d_name */
405 __fs16 cg_ncyl; /* number of cyl's this cg */
406 __fs16 cg_niblk; /* number of inode blocks this cg */
445 __fs16 ui_mode; /* 0x0 */
446 __fs16 ui_nlink; /* 0x2 */
449 __fs16 ui_suid; /* 0x4 */
450 __fs16 ui_sgi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dsysv.h6 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 */
222 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n)
230 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n)
233 return (__force __fs16)cpu_to_le16(n);
235 return (__force __fs16)cpu_to_be16(n);
238 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *
[all...]
H A Dballoc.c84 *(__fs16*)bh->b_data = cpu_to_fs16(sbi, count);
136 count = fs16_to_cpu(sbi, *(__fs16*)bh->b_data);
206 n = fs16_to_cpu(sbi, *(__fs16*)bh->b_data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dswab.h98 fs16_to_cpu(struct super_block *sbp, __fs16 n)
106 static inline __fs16
110 return (__force __fs16)cpu_to_le16(n);
112 return (__force __fs16)cpu_to_be16(n);
116 fs16_add(struct super_block *sbp, __fs16 *n, int d)
125 fs16_sub(struct super_block *sbp, __fs16 *n, int d)
H A Dutil.h301 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
346 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \

Completed in 144 milliseconds