Searched refs:__fs32 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A 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 */
377 __fs32 cg_link; /* linked list of cyl groups */
378 __fs32 cg_magi
[all...]
H A Dswab.h44 fs32_to_cpu(struct super_block *sbp, __fs32 n)
52 static inline __fs32
56 return (__force __fs32)cpu_to_le32(n);
58 return (__force __fs32)cpu_to_be32(n);
62 fs32_add(struct super_block *sbp, __fs32 *n, int d)
71 fs32_sub(struct super_block *sbp, __fs32 *n, int d)
H A Dutil.h96 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qbmask[0];
97 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qbmask[1];
100 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qbmask[0];
101 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qbmask[1];
104 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qbmask[0];
105 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qbmask[1];
120 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qfmask[0];
121 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qfmask[1];
124 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qfmask[0];
125 ((__fs32 *)
[all...]
H A Dufs.h25 __fs32 i_data[15];
H A Dinode.c95 __fs32 block;
124 block = ((__fs32 *) bh->b_data)[n & mask];
360 p = (__fs32 *)bh->b_data + block;
378 (tmp = fs32_to_cpu(sb, ((__fs32 *)bh->b_data)[block-1]))))
H A Dballoc.c908 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt);
910 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt);
912 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A 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_typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsysv.h7 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 */
68 __fs32 i_data[13];
192 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n)
202 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n)
205 return (__force __fs32)PDP_swab(n);
207 return (__force __fs32)cpu_to_le32(n);
209 return (__force __fs32)cpu_to_be3
[all...]

Completed in 107 milliseconds