Home
last modified time | relevance | path

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

/linux/fs/freevxfs/
H A Dvxfs_dir.h26 __fs16 d_free; /* free space in dirblock */
27 __fs16 d_nhash; /* no of hash chains */
28 __fs16 d_hash[]; /* hash chain */
42 __fs16 d_reclen; /* record length */
43 __fs16 d_namelen; /* d_name length */
44 __fs16 d_hashnext; /* next hash entry */
H 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()
H A Dvxfs_inode.h89 __fs16 vdi_eopflags;
/linux/fs/ufs/
H 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()
H A 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 …]
H A Dutil.h315 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
355 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
/linux/include/linux/
H 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/fs/qnx6/
H 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()