Searched refs:__fs32 (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/fs/ufs/ |
A D | ufs_fs.h | 287 __fs32 tv_sec; 288 __fs32 tv_usec; 822 __fs32 fs_time; 823 __fs32 fs_size; 825 __fs32 fs_ncg; 828 __fs32 fs_frag; 831 __fs32 fs_rps; 863 __fs32 fs_spc; 865 __fs32 fs_cpg; 866 __fs32 fs_ipg; [all …]
|
A D | swab.h | 45 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()
|
A D | util.h | 97 ((__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() 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() 129 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qfmask[0]; in ufs_get_fs_qfmask() 130 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qfmask[1]; in ufs_get_fs_qfmask() 530 __fs32 * fraglist, int cnt) in ufs_fragacct() 565 fs32_to_cpu(sb, *(__fs32 *)p); in ufs_data_ptr_to_cpu() 573 *(__fs32 *)p = cpu_to_fs32(sb, val); in ufs_cpu_to_data_ptr() 582 *(__fs32 *)p = 0; in ufs_data_ptr_clear() [all …]
|
A D | inode.c | 81 __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()
|
A D | ufs.h | 37 __fs32 i_data[15];
|
A D | balloc.c | 913 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt); in ufs_clusteracct() 915 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct() 917 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs.h | 38 typedef __u32 __bitwise __fs32; typedef 51 __fs32 vs_magic; /* Magic number */ 52 __fs32 vs_version; /* VxFS version */ 55 __fs32 __unused1; /* unused */ 56 __fs32 __unused2; /* unused */ 58 __fs32 vs_old_logend; /* obsolete */ 59 __fs32 vs_bsize; /* block size */ 62 __fs32 vs_old_ninode; /* obsolete */ 63 __fs32 vs_old_nau; /* obsolete */ 64 __fs32 __unused3; /* unused */ [all …]
|
A D | vxfs_olt.h | 41 __fs32 olt_magic; /* magic number */ 42 __fs32 olt_size; /* size of this entry */ 49 __fs32 olt_esize; /* size of this extent */ 51 __fs32 olt_nsize; /* size of next extent */ 59 __fs32 olt_type; /* type of this record */ 60 __fs32 olt_size; /* size of this record */ 67 __fs32 olt_type; /* type of this record */ 75 __fs32 olt_type; /* type of this record */ 76 __fs32 olt_size; /* size of this record */ 84 __fs32 olt_type; /* type of this record */ [all …]
|
A D | vxfs_inode.h | 49 __fs32 ve4_spare; /* ?? */ 76 __fs32 vdi_mode; 78 __fs32 vdi_uid; /* UID */ 79 __fs32 vdi_gid; /* GID */ 90 __fs32 vdi_eopdata; 92 __fs32 rdev; 93 __fs32 dotdot; 96 __fs32 fixextsize; 99 __fs32 matchino; 100 __fs32 fsetindex; [all …]
|
A D | vxfs_fshead.h | 21 __fs32 fsh_version; /* fileset header version */ 22 __fs32 fsh_fsindex; /* fileset index */ 23 __fs32 fsh_time; /* modification time - sec */ 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 */ 32 __fs32 fsh_iauino; /* IAU inode */ [all …]
|
A D | vxfs_super.c | 125 unsigned blk, __fs32 magic) in vxfs_try_sb_magic() 212 (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super() 216 (__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
|
A D | vxfs_dir.h | 41 __fs32 d_ino; /* inode number */
|
A D | vxfs_bmap.c | 65 __fs32 *indir; in vxfs_bmap_ext4() 72 indir = (__fs32 *)buf->b_data; in vxfs_bmap_ext4()
|
/linux-6.3-rc2/include/linux/ |
A D | qnx6_fs.h | 44 __fs32 di_uid; 45 __fs32 di_gid; 46 __fs32 di_ftime; 47 __fs32 di_mtime; 48 __fs32 di_atime; 49 __fs32 di_ctime; 65 __fs32 de_inode; 74 __fs32 de_inode; 95 __fs32 sb_magic; 100 __fs32 sb_flags; [all …]
|
A D | sysv_fs.h | 19 typedef __fs32 sysv_zone_t; 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 */ 188 __fs32 s_unique; /* zero, not used */ 197 __fs32 i_size; 200 __fs32 i_atime; /* time of last access */ 201 __fs32 i_mtime; /* time of last modification */ [all …]
|
/linux-6.3-rc2/fs/sysv/ |
A D | sysv.h | 8 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]; 190 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu() 200 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32() 203 return (__force __fs32)PDP_swab(n); in cpu_to_fs32() 205 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32() 207 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32() [all …]
|
/linux-6.3-rc2/fs/qnx6/ |
A D | qnx6.h | 24 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()
|
A D | inode.c | 64 static unsigned qnx6_get_devblock(struct super_block *sb, __fs32 block) in qnx6_get_devblock() 88 static int qnx6_check_blockptr(__fs32 ptr) in qnx6_check_blockptr() 90 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()
|
Completed in 49 milliseconds