Home
last modified time | relevance | path

Searched refs:__fs32 (Results 1 – 18 of 18) sorted by relevance

/linux/fs/ufs/
H A Dufs_fs.h42 typedef __u32 __bitwise __fs32; typedef
287 __fs32 tv_sec;
288 __fs32 tv_usec;
292 __fs32 d_ino; /* inode number of this entry */
305 __fs32 cs_ndir; /* number of directories */
306 __fs32 cs_nbfree; /* number of free blocks */
307 __fs32 cs_nifree; /* number of free inodes */
308 __fs32 cs_nffree; /* number of free frags */
348 __fs32 fs_link; /* UNUSED */
351 __fs32 fs_state; /* file system state flag */
[all …]
H A Dswab.h45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
53 static inline __fs32
57 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
59 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
H A Dutil.h91 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qbmask[0]; in ufs_get_fs_qbmask()
92 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qbmask[1]; in ufs_get_fs_qbmask()
95 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qbmask[0]; in ufs_get_fs_qbmask()
96 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qbmask[1]; in ufs_get_fs_qbmask()
99 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qbmask[0]; in ufs_get_fs_qbmask()
100 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qbmask[1]; in ufs_get_fs_qbmask()
115 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qfmask[0]; in ufs_get_fs_qfmask()
116 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qfmask[1]; in ufs_get_fs_qfmask()
119 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qfmask[0]; in ufs_get_fs_qfmask()
120 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qfmask[1]; in ufs_get_fs_qfmask()
[all …]
H A Dinode.c82 __fs32 key32;
89 struct buffer_head *bh, __fs32 *v, in grow_chain32()
97 to->key32 = *(__fs32 *)(to->p = v); in grow_chain32()
98 for (p = from; p <= to && p->key32 == *(__fs32 *)p->p; p++) in grow_chain32()
155 __fs32 *ptr; in ufs_frag_map()
163 ptr = (__fs32 *)bh->b_data + (n & mask); in ufs_frag_map()
359 p = (__fs32 *)bh->b_data + index; in ufs_inode_getblock()
367 (tmp = fs32_to_cpu(sb, ((__fs32 *)bh->b_data)[index-1])))) in ufs_inode_getblock()
H A Dufs.h37 __fs32 i_data[15];
H A Dballoc.c911 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt); in ufs_clusteracct()
913 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct()
915 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
/linux/fs/freevxfs/
H A Dvxfs.h38 typedef __u32 __bitwise __fs32; typedef
51 __fs32 vs_magic; /* Magic number */
52 __fs32 vs_version; /* VxFS version */
53 __fs32 vs_ctime; /* create time - secs */
54 __fs32 vs_cutime; /* create time - usecs */
55 __fs32 __unused1; /* unused */
56 __fs32 __unused2; /* unused */
57 __fs32 vs_old_logstart; /* obsolete */
58 __fs32 vs_old_logend; /* obsolete */
59 __fs32 vs_bsize; /* block size */
[all …]
H A Dvxfs_olt.h41 __fs32 olt_magic; /* magic number */
42 __fs32 olt_size; /* size of this entry */
43 __fs32 olt_checksum; /* checksum of extent */
45 __fs32 olt_mtime; /* time of last mod. (sec) */
46 __fs32 olt_mutime; /* time of last mod. (usec) */
47 __fs32 olt_totfree; /* free space in OLT extent */
48 __fs32 olt_extents[2]; /* addr of this extent, replica */
49 __fs32 olt_esize; /* size of this extent */
50 __fs32 olt_next[2]; /* addr of next extent, replica */
51 __fs32 olt_nsize; /* size of next extent */
[all …]
H A Dvxfs_inode.h49 __fs32 ve4_spare; /* ?? */
50 __fs32 ve4_indsize; /* Indirect extent size */
51 __fs32 ve4_indir[VXFS_NIADDR]; /* Indirect extents */
53 __fs32 extent; /* Extent number */
54 __fs32 size; /* Size of extent */
60 __fs32 vt_block; /* Extent block */
61 __fs32 vt_size; /* Size in blocks */
68 __fs32 vd4_dev; /* Device ID */
76 __fs32 vdi_mode;
77 __fs32 vdi_nlink; /* Link count */
[all …]
H A Dvxfs_fshead.h21 __fs32 fsh_version; /* fileset header version */
22 __fs32 fsh_fsindex; /* fileset index */
23 __fs32 fsh_time; /* modification time - sec */
24 __fs32 fsh_utime; /* modification time - usec */
25 __fs32 fsh_extop; /* extop flags */
26 __fs32 fsh_ninodes; /* allocated inodes */
27 __fs32 fsh_nau; /* number of IAUs */
28 __fs32 fsh_old_ilesize; /* old size of ilist */
29 __fs32 fsh_dflags; /* flags */
30 __fs32 fsh_quota; /* quota limit */
[all …]
H A Dvxfs_super.c126 unsigned blk, __fs32 magic) in vxfs_try_sb_magic()
214 (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
218 (__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
H A Dvxfs_dir.h41 __fs32 d_ino; /* inode number */
H A Dvxfs_bmap.c65 __fs32 *indir; in vxfs_bmap_ext4()
72 indir = (__fs32 *)buf->b_data; in vxfs_bmap_ext4()
/linux/include/linux/
H A Dqnx6_fs.h44 __fs32 di_uid;
45 __fs32 di_gid;
46 __fs32 di_ftime;
47 __fs32 di_mtime;
48 __fs32 di_atime;
49 __fs32 di_ctime;
52 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS];
56 __fs32 di_zero2[6];
65 __fs32 de_inode;
74 __fs32 de_inode;
[all …]
H A Dsysv_fs.h19 typedef __fs32 sysv_zone_t;
31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
43 __fs32 s_time __packed2__; /* time of last super block update */
44 __fs32 s_tfree __packed2__; /* total number of free zones */
52 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
70 __fs32 s_fsize; /* total number of zones of this fs */
84 __fs32 s_time; /* time of last super block update */
86 __fs32 s_tfree; /* total number of free zones */
92 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
94 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
[all …]
/linux/fs/sysv/
H A Dsysv.h8 typedef __u32 __bitwise __fs32; typedef
48 __fs32 *s_free_blocks; /* pointer to s_sbd->s_tfree */
49 __fs32 *s_sb_time; /* pointer to s_sbd->s_time */
50 __fs32 *s_sb_state; /* pointer to s_sbd->s_state, only FSTYPE_SYSV */
67 __fs32 i_data[13];
189 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu()
199 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32()
202 return (__force __fs32)PDP_swab(n); in cpu_to_fs32()
204 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
206 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
[all …]
/linux/fs/qnx6/
H A Dqnx6.h24 typedef __u32 __bitwise __fs32; typedef
41 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS];
94 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu()
102 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32()
105 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
107 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
H A Dinode.c65 static unsigned qnx6_get_devblock(struct super_block *sb, __fs32 block) in qnx6_get_devblock()
89 static int qnx6_check_blockptr(__fs32 ptr) in qnx6_check_blockptr()
91 if (ptr == ~(__fs32)0) { in qnx6_check_blockptr()
119 __fs32 ptr; in qnx6_block_map()
145 ptr = ((__fs32 *)bh->b_data)[levelptr]; in qnx6_block_map()