Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ufs/
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 …]
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()
Dutil.h97 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qbmask[0]; in ufs_get_fs_qbmask()
98 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qbmask[1]; in ufs_get_fs_qbmask()
101 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qbmask[0]; in ufs_get_fs_qbmask()
102 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qbmask[1]; in ufs_get_fs_qbmask()
105 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qbmask[0]; in ufs_get_fs_qbmask()
106 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qbmask[1]; in ufs_get_fs_qbmask()
121 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qfmask[0]; in ufs_get_fs_qfmask()
122 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qfmask[1]; in ufs_get_fs_qfmask()
125 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qfmask[0]; in ufs_get_fs_qfmask()
126 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qfmask[1]; in ufs_get_fs_qfmask()
[all …]
Dinode.c81 __fs32 key32;
88 struct buffer_head *bh, __fs32 *v, in grow_chain32()
96 to->key32 = *(__fs32 *)(to->p = v); in grow_chain32()
97 for (p = from; p <= to && p->key32 == *(__fs32 *)p->p; p++) in grow_chain32()
154 __fs32 *ptr; in ufs_frag_map()
162 ptr = (__fs32 *)bh->b_data + (n & mask); in ufs_frag_map()
358 p = (__fs32 *)bh->b_data + index; in ufs_inode_getblock()
366 (tmp = fs32_to_cpu(sb, ((__fs32 *)bh->b_data)[index-1])))) in ufs_inode_getblock()
Dufs.h37 __fs32 i_data[15];
Dballoc.c917 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt); in ufs_clusteracct()
919 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct()
921 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
/linux-4.19.296/fs/freevxfs/
Dvxfs.h63 typedef __u32 __bitwise __fs32; typedef
76 __fs32 vs_magic; /* Magic number */
77 __fs32 vs_version; /* VxFS version */
78 __fs32 vs_ctime; /* create time - secs */
79 __fs32 vs_cutime; /* create time - usecs */
80 __fs32 __unused1; /* unused */
81 __fs32 __unused2; /* unused */
82 __fs32 vs_old_logstart; /* obsolete */
83 __fs32 vs_old_logend; /* obsolete */
84 __fs32 vs_bsize; /* block size */
[all …]
Dvxfs_olt.h66 __fs32 olt_magic; /* magic number */
67 __fs32 olt_size; /* size of this entry */
68 __fs32 olt_checksum; /* checksum of extent */
70 __fs32 olt_mtime; /* time of last mod. (sec) */
71 __fs32 olt_mutime; /* time of last mod. (usec) */
72 __fs32 olt_totfree; /* free space in OLT extent */
73 __fs32 olt_extents[2]; /* addr of this extent, replica */
74 __fs32 olt_esize; /* size of this extent */
75 __fs32 olt_next[2]; /* addr of next extent, replica */
76 __fs32 olt_nsize; /* size of next extent */
[all …]
Dvxfs_inode.h74 __fs32 ve4_spare; /* ?? */
75 __fs32 ve4_indsize; /* Indirect extent size */
76 __fs32 ve4_indir[VXFS_NIADDR]; /* Indirect extents */
78 __fs32 extent; /* Extent number */
79 __fs32 size; /* Size of extent */
85 __fs32 vt_block; /* Extent block */
86 __fs32 vt_size; /* Size in blocks */
93 __fs32 vd4_dev; /* Device ID */
101 __fs32 vdi_mode;
102 __fs32 vdi_nlink; /* Link count */
[all …]
Dvxfs_fshead.h46 __fs32 fsh_version; /* fileset header version */
47 __fs32 fsh_fsindex; /* fileset index */
48 __fs32 fsh_time; /* modification time - sec */
49 __fs32 fsh_utime; /* modification time - usec */
50 __fs32 fsh_extop; /* extop flags */
51 __fs32 fsh_ninodes; /* allocated inodes */
52 __fs32 fsh_nau; /* number of IAUs */
53 __fs32 fsh_old_ilesize; /* old size of ilist */
54 __fs32 fsh_dflags; /* flags */
55 __fs32 fsh_quota; /* quota limit */
[all …]
Dvxfs_super.c156 unsigned blk, __fs32 magic) in vxfs_try_sb_magic()
241 (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
245 (__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
Dvxfs_dir.h66 __fs32 d_ino; /* inode number */
Dvxfs_bmap.c89 __fs32 *indir; in vxfs_bmap_ext4()
96 indir = (__fs32 *)buf->b_data; in vxfs_bmap_ext4()
/linux-4.19.296/include/linux/
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 …]
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-4.19.296/fs/sysv/
Dsysv.h8 typedef __u32 __bitwise __fs32; typedef
50 __fs32 *s_free_blocks; /* pointer to s_sbd->s_tfree */
51 __fs32 *s_sb_time; /* pointer to s_sbd->s_time */
52 __fs32 *s_sb_state; /* pointer to s_sbd->s_state, only FSTYPE_SYSV */
69 __fs32 i_data[13];
191 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu()
201 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32()
204 return (__force __fs32)PDP_swab(n); in cpu_to_fs32()
206 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
208 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
[all …]
/linux-4.19.296/fs/qnx6/
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()
Dinode.c63 static unsigned qnx6_get_devblock(struct super_block *sb, __fs32 block) in qnx6_get_devblock()
87 static int qnx6_check_blockptr(__fs32 ptr) in qnx6_check_blockptr()
89 if (ptr == ~(__fs32)0) { in qnx6_check_blockptr()
118 __fs32 ptr; in qnx6_block_map()
144 ptr = ((__fs32 *)bh->b_data)[levelptr]; in qnx6_block_map()