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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dufs_fs.h40 typedef __u32 __fs32; typedef
45 typedef __u32 __bitwise __fs32; typedef
318 __fs32 tv_sec;
319 __fs32 tv_usec;
323 __fs32 d_ino; /* inode number of this entry */
336 __fs32 cs_ndir; /* number of directories */
337 __fs32 cs_nbfree; /* number of free blocks */
338 __fs32 cs_nifree; /* number of free inodes */
339 __fs32 cs_nffree; /* number of free frags */
401 __fs32 cg_lin
[all...]
H A Dsysv_fs.h22 typedef __fs32 sysv_zone_t;
34 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
46 __fs32 s_time __packed2__; /* time of last super block update */
47 __fs32 s_tfree __packed2__; /* total number of free zones */
55 __fs32 s_type; /* type of file system: 1 for 512 byte blocks
73 __fs32 s_fsize; /* total number of zones of this fs */
87 __fs32 s_time; /* time of last super block update */
89 __fs32 s_tfree; /* total number of free zones */
95 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
97 __fs32 s_typ
[all...]
H A Dufs_fs_i.h18 __fs32 i_data[15];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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];
191 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n)
201 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n)
204 return (__force __fs32)PDP_swab(n);
206 return (__force __fs32)cpu_to_le32(n);
208 return (__force __fs32)cpu_to_be3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dswab.h62 fs32_to_cpu(struct super_block *sbp, __fs32 n)
70 static inline __fs32
74 return (__force __fs32)cpu_to_le32(n);
76 return (__force __fs32)cpu_to_be32(n);
80 fs32_add(struct super_block *sbp, __fs32 *n, int d)
89 fs32_sub(struct super_block *sbp, __fs32 *n, int d)
H A Dutil.h85 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qbmask[0];
86 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qbmask[1];
89 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qbmask[0];
90 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sunx86.fs_qbmask[1];
93 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_44.fs_qbmask[0];
94 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_44.fs_qbmask[1];
108 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sun.fs_qfmask[0];
109 ((__fs32 *)&tmp)[1] = usb3->fs_un2.fs_sun.fs_qfmask[1];
112 ((__fs32 *)&tmp)[0] = usb3->fs_un2.fs_sunx86.fs_qfmask[0];
113 ((__fs32 *)
[all...]
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.c933 fs32_add(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (i << 2)), cnt);
935 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt);
937 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt);

Completed in 178 milliseconds