Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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 */
46 __fs16 s_dinfo[4]; /* device information ?? */
68 __fs16 s_isize; /* index of first data zone */
185 __fs16 s_interleave_n;
193 __fs16 i_mode;
194 __fs16 i_nlink;
195 __fs16 i_uid;
[all …]
A 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.3-rc2/fs/freevxfs/
A 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 */
A 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()
A Dvxfs_inode.h89 __fs16 vdi_eopflags;
/linux-6.3-rc2/fs/sysv/
A 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 */
221 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu()
229 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16()
232 return (__force __fs16)cpu_to_le16(n); in cpu_to_fs16()
234 return (__force __fs16)cpu_to_be16(n); in cpu_to_fs16()
237 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
A 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.3-rc2/fs/ufs/
A 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()
A Dufs_fs.h43 typedef __u16 __bitwise __fs16; typedef
293 __fs16 d_reclen; /* length of this entry */
542 __fs16 cg_ncyl; /* number of cyl's this cg */
604 __fs16 ui_mode; /* 0x0 */
605 __fs16 ui_nlink; /* 0x2 */
608 __fs16 ui_suid; /* 0x4 */
609 __fs16 ui_sgid; /* 0x6 */
643 __fs16 ui_modeh; /* 0x78 mode high bits */
644 __fs16 ui_spare; /* 0x7A unused */
885 __fs16 fs_opostbl[82];
[all …]
A Dutil.h328 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
368 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
/linux-6.3-rc2/fs/qnx6/
A 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()

Completed in 19 milliseconds