Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 9 of 9) sorted by relevance

/fs/squashfs/
Dlz4_wrapper.c35 void *buff, int len) in lz4_comp_opts()
54 static void *lz4_init(struct squashfs_sb_info *msblk, void *buff) in lz4_init()
Dxz_wrapper.c52 void *buff, int len) in squashfs_xz_comp_opts()
94 static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff) in squashfs_xz_init()
Dcache.c305 void *buff = kmap_atomic(entry->page[offset / PAGE_CACHE_SIZE]) in squashfs_copy_data() local
413 void *buff; in squashfs_read_table() local
Ddecompressor.h39 void *buff, int length) in squashfs_comp_opts()
Dzlib_wrapper.c37 static void *zlib_init(struct squashfs_sb_info *dummy, void *buff) in zlib_init()
Dlzo_wrapper.c41 static void *lzo_init(struct squashfs_sb_info *msblk, void *buff) in lzo_init()
/fs/befs/
Ddatastream.c125 befs_read_lsymlink(struct super_block * sb, befs_data_stream * ds, void *buff, in befs_read_lsymlink()
/fs/ecryptfs/
Dmain.c780 struct kobj_attribute *attr, char *buff) in version_show()
/fs/ncpfs/
Dsock.c50 static int _send(struct socket *sock, const void *buff, int len) in _send()