Searched refs:__u32 (Results 1 – 10 of 10) sorted by relevance
| /fs/jffs2/ |
| A D | summary.h | 39 __u32 inode; /* inode number */ 41 __u32 offset; /* offset on jeb */ 42 __u32 totlen; /* record length */ 50 __u32 pino; /* parent inode */ 64 __u32 totlen; /* node length */ 106 __u32 pino; /* parent inode */ 118 __u32 xid; 119 __u32 version; 120 __u32 offset; 121 __u32 totlen; [all …]
|
| A D | compr_zlib.c | 42 __u32 srclen, __u32 destlen) in zlib_decompress()
|
| A D | compr_rubin.c | 46 unsigned char *page_out, __u32 destlen) in rubin_do_decompress()
|
| /fs/fat/ |
| A D | fat_write.c | 195 static int disk_write(__u32 block, __u32 nr_blocks, void *buf) in disk_write() 441 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value() 443 __u32 bufnum, offset, off16; in set_fatent_value() 548 static __u32 determine_fatent(fsdata *mydata, __u32 entry) in determine_fatent() 692 __u32 startsect; in get_set_cluster() 807 __u32 fat_val, entry = 3; in find_empty_cluster() 867 __u32 fat_val; in clear_fatent() 1200 const char *shortname, __u32 start_cluster, __u32 size, __u8 attr) in fill_dentry() 1309 static int create_link(fat_itr *itr, char *basename, __u32 clust, __u32 size, in create_link() 1997 __u32 old_clust; in fat_rename() [all …]
|
| A D | fat.c | 53 static int disk_read(__u32 block, __u32 nr_blocks, void *buf) in disk_read() 169 static __u32 get_fatent(fsdata *mydata, __u32 entry) in get_fatent() 171 __u32 bufnum; in get_fatent() 172 __u32 offset, off8; in get_fatent() 173 __u32 ret = 0x00; in get_fatent() 204 __u32 getsize = FATBUFBLOCKS; in get_fatent() 206 __u32 fatlength = mydata->fatlength; in get_fatent() 256 __u32 startsect; in get_cluster() 284 __u32 bytes_read; in get_cluster() 332 __u32 curclust = START(dentptr); in get_contents() [all …]
|
| /fs/exfat/ |
| A D | byteorder.h | 31 typedef struct { uint32_t __u32; } le32_t; member 37 static inline uint32_t le32_to_cpu(le32_t v) { return v.__u32; } in le32_to_cpu() 51 { return exfat_bswap32(v.__u32); } in le32_to_cpu()
|
| /fs/btrfs/ |
| A D | conv-funcs.h | 80 __u32: cpu_to_le32, \ 93 __u32: le32_to_cpu, \
|
| /fs/erofs/ |
| A D | erofs_fs.h | 253 sizeof(__u32) * (le16_to_cpu(i_xattr_icount) - 1); in erofs_xattr_ibody_size()
|
| /fs/ubifs/ |
| A D | ubifs.h | 241 __u32 i_generation; 244 __u32 i_fsnotify_mask; /* all events this inode cares about */
|
| /fs/squashfs/ |
| A D | sqfs.c | 34 static int sqfs_disk_read(__u32 block, __u32 nr_blocks, void *buf) in sqfs_disk_read()
|
Completed in 25 milliseconds