Searched defs:usb3 (Results 1 - 2 of 2) sorted by relevance

/fs/ufs/
H A Dsuper.c170 struct ufs_super_block_third *usb3)
172 u32 magic = fs32_to_cpu(sb, usb3->fs_magic);
176 if (fs32_to_cpu(sb, usb3->fs_magic) == UFS2_MAGIC) {
178 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_size));
180 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_dsize));
195 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nifree));
198 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nffree));
200 fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_maxsymlinklen));
230 pr_debug(" nrpos: %u\n", fs32_to_cpu(sb, usb3->fs_nrpos));
283 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/
167 ufs_print_super_stuff(struct super_block *sb, struct ufs_super_block_first *usb1, struct ufs_super_block_second *usb2, struct ufs_super_block_third *usb3) argument
493 struct ufs_super_block_third *usb3; local
611 struct ufs_super_block_third *usb3; local
697 struct ufs_super_block_third * usb3; local
775 struct ufs_super_block_third * usb3; local
1278 struct ufs_super_block_third * usb3; local
1383 struct ufs_super_block_third *usb3; local
[all...]
H A Dutil.h38 struct ufs_super_block_third *usb3)
42 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT)
46 return fs32_to_cpu(sb, usb3->fs_un2.fs_sun.fs_state);
51 return fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_state);
57 struct ufs_super_block_third *usb3, s32 value)
61 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) {
67 usb3->fs_un2.fs_sun.fs_state = cpu_to_fs32(sb, value);
73 usb3->fs_un2.fs_44.fs_state = cpu_to_fs32(sb, value);
80 struct ufs_super_block_third *usb3)
83 return fs32_to_cpu(sb, usb3
37 ufs_get_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1, struct ufs_super_block_third *usb3) argument
56 ufs_set_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1, struct ufs_super_block_third *usb3, s32 value) argument
79 ufs_get_fs_npsect(struct super_block *sb, struct ufs_super_block_first *usb1, struct ufs_super_block_third *usb3) argument
89 ufs_get_fs_qbmask(struct super_block *sb, struct ufs_super_block_third *usb3) argument
113 ufs_get_fs_qfmask(struct super_block *sb, struct ufs_super_block_third *usb3) argument
[all...]

Completed in 105 milliseconds