Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ufs/
Dufs_fs.h40 typedef __u32 __bitwise __fs32; typedef
285 __fs32 tv_sec;
286 __fs32 tv_usec;
290 __fs32 d_ino; /* inode number of this entry */
303 __fs32 cs_ndir; /* number of directories */
304 __fs32 cs_nbfree; /* number of free blocks */
305 __fs32 cs_nifree; /* number of free inodes */
306 __fs32 cs_nffree; /* number of free frags */
346 __fs32 fs_link; /* UNUSED */
349 __fs32 fs_state; /* file system state flag */
[all …]
Dswab.h44 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
52 static inline __fs32
56 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
58 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
71 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
Dutil.h96 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qbmask[0]; in ufs_get_fs_qbmask()
97 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qbmask[1]; in ufs_get_fs_qbmask()
100 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qbmask[0]; in ufs_get_fs_qbmask()
101 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qbmask[1]; in ufs_get_fs_qbmask()
104 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qbmask[0]; in ufs_get_fs_qbmask()
105 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qbmask[1]; in ufs_get_fs_qbmask()
120 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qfmask[0]; in ufs_get_fs_qfmask()
121 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qfmask[1]; in ufs_get_fs_qfmask()
124 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qfmask[0]; in ufs_get_fs_qfmask()
125 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qfmask[1]; in ufs_get_fs_qfmask()
[all …]
Dufs.h27 __fs32 i_data[15];
Dinode.c93 __fs32 block; in ufs_frag_map()
123 block = ((__fs32 *) bh->b_data)[n & mask]; in ufs_frag_map()
360 p = (__fs32 *)bh->b_data + block; in ufs_inode_getblock()
378 (tmp = fs32_to_cpu(sb, ((__fs32 *)bh->b_data)[block-1])))) in ufs_inode_getblock()
Dballoc.c909 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt); in ufs_clusteracct()
911 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct()
913 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
/linux-3.4.99/include/linux/
Dqnx6_fs.h43 __fs32 di_uid;
44 __fs32 di_gid;
45 __fs32 di_ftime;
46 __fs32 di_mtime;
47 __fs32 di_atime;
48 __fs32 di_ctime;
51 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS];
55 __fs32 di_zero2[6];
64 __fs32 de_inode;
73 __fs32 de_inode;
[all …]
Dsysv_fs.h18 typedef __fs32 sysv_zone_t;
30 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
42 __fs32 s_time __packed2__; /* time of last super block update */
43 __fs32 s_tfree __packed2__; /* total number of free zones */
51 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
69 __fs32 s_fsize; /* total number of zones of this fs */
83 __fs32 s_time; /* time of last super block update */
85 __fs32 s_tfree; /* total number of free zones */
91 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
93 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
[all …]
/linux-3.4.99/fs/sysv/
Dsysv.h7 typedef __u32 __bitwise __fs32; typedef
49 __fs32 *s_free_blocks; /* pointer to s_sbd->s_tfree */
50 __fs32 *s_sb_time; /* pointer to s_sbd->s_time */
51 __fs32 *s_sb_state; /* pointer to s_sbd->s_state, only FSTYPE_SYSV */
67 __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-3.4.99/fs/qnx6/
Dqnx6.h17 typedef __u32 __bitwise __fs32; typedef
40 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS];
93 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu()
101 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32()
104 return (__force __fs32)cpu_to_le32(n); in cpu_to_fs32()
106 return (__force __fs32)cpu_to_be32(n); in cpu_to_fs32()
Dinode.c62 static unsigned qnx6_get_devblock(struct super_block *sb, __fs32 block) in qnx6_get_devblock()
86 static int qnx6_check_blockptr(__fs32 ptr) in qnx6_check_blockptr()
88 if (ptr == ~(__fs32)0) { in qnx6_check_blockptr()
117 __fs32 ptr; in qnx6_block_map()
145 ptr = ((__fs32 *)bh->b_data)[levelptr]; in qnx6_block_map()