Searched refs:isize (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | lz4.h | 61 #define LZ4_COMPRESSBOUND(isize) (\ argument 62 (unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE \ 64 : (isize) + ((isize)/255) + 16) 170 static inline int LZ4_compressBound(size_t isize) in LZ4_compressBound() argument 172 return LZ4_COMPRESSBOUND(isize); in LZ4_compressBound()
|
| D | ppp-comp.h | 51 unsigned char *obuf, int isize, int osize); 71 int (*decompress) (void *state, unsigned char *ibuf, int isize,
|
| /include/net/ |
| D | slhc_vj.h | 178 int slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, 180 int slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize); 181 int slhc_remember(struct slcompress *comp, unsigned char *icp, int isize);
|
| /include/uapi/linux/ |
| D | jffs2.h | 146 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member
|
| /include/trace/events/ |
| D | btrfs.h | 364 __field( loff_t, isize ) 380 __entry->isize = bi->vfs_inode.i_size; 400 __entry->isize, 419 __field( loff_t, isize ) 431 __entry->isize = bi->vfs_inode.i_size; 443 show_root_type(__entry->root_obj), __entry->ino, __entry->isize,
|