Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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 */
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 */
881 __fs16 fs_opostbl[82];
[all …]
H A Dutil.h315 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
355 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
/linux-6.15/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-6.15/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()