Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsysv_fs.h9 typedef u16 __fs16; typedef
10 typedef u32 __fs16; typedef
14 typedef __fs16 sysv_ino_t;
30 __fs16 s_isize; /* index of first data zone */
33 __fs16 s_nfree; /* number of free blocks in s_free, <= XENIX_NICFREE */
36 __fs16 s_ninode; /* number of free inodes in s_inode, <= XENIX_NICINOD */
45 __fs16 s_tinode; /* total number of free inodes */
46 __fs16 s_dinfo[4]; /* device information ?? */
68 __fs16 s_isize; /* index of first data zone */
72 __fs16 s_nfree; /* number of free blocks in s_free, <= SYSV_NICFREE */
[all …]
Dqnx6_fs.h50 __fs16 di_mode;
51 __fs16 di_ext_mode;
82 __fs16 lf_size;
101 __fs16 sb_version1; /* filesystem version information */
102 __fs16 sb_version2; /* filesystem version information */
/linux-6.6.21/fs/freevxfs/
Dvxfs_dir.h26 __fs16 d_free; /* free space in dirblock */
27 __fs16 d_nhash; /* no of hash chains */
28 __fs16 d_hash[1]; /* hash chain */
42 __fs16 d_reclen; /* record length */
43 __fs16 d_namelen; /* d_name length */
44 __fs16 d_hashnext; /* next hash entry */
Dvxfs.h37 typedef __u16 __bitwise __fs16; typedef
109 __fs16 __unused4; /* unused */
151 static inline u16 fs16_to_cpu(struct vxfs_sb_info *sbi, __fs16 a) in fs16_to_cpu()
Dvxfs_inode.h89 __fs16 vdi_eopflags;
/linux-6.6.21/fs/sysv/
Dsysv.h7 typedef __u16 __bitwise __fs16; typedef
43 __fs16 *s_sb_fic_count; /* pointer to s_sbd->s_ninode */
45 __fs16 *s_sb_total_free_inodes; /* pointer to s_sbd->s_tinode */
46 __fs16 *s_bcache_count; /* pointer to s_sbd->s_nfree */
220 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu()
228 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16()
231 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
233 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()
236 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
Dballoc.c85 *(__fs16*)bh->b_data = cpu_to_fs16(sbi, count); in sysv_free_block()
137 count = fs16_to_cpu(sbi, *(__fs16*)bh->b_data); in sysv_new_block()
207 n = fs16_to_cpu(sbi, *(__fs16*)bh->b_data); in sysv_count_free_blocks()
/linux-6.6.21/fs/ufs/
Dswab.h81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
89 static inline __fs16
93 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
95 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()
99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
Dufs_fs.h43 typedef __u16 __bitwise __fs16; typedef
293 __fs16 d_reclen; /* length of this entry */
295 __fs16 d_namlen; /* actual length of d_name */
435 __fs16 fs_opostbl[16][8]; /* old rotation block list head */
542 __fs16 cg_ncyl; /* number of cyl's this cg */
543 __fs16 cg_niblk; /* number of inode blocks this cg */
584 __fs16 cg_ncyl; /* number of cyl's this cg */
585 __fs16 cg_niblk; /* number of inode blocks this cg */
593 __fs16 cg_b[32][8]; /* positions of free blocks */
604 __fs16 ui_mode; /* 0x0 */
[all …]
Dutil.h322 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
362 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
/linux-6.6.21/fs/qnx6/
Dqnx6.h23 typedef __u16 __bitwise __fs16; typedef
110 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu()
118 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
121 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
123 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()