/kernel/linux/linux-5.10/fs/afs/ |
H A D | xattr.c | 300 size_t len; in afs_xattr_get_fid() local [all...] |
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | dir.c | 313 static inline int bfs_namecmp(int len, const unsigned char *name, in bfs_namecmp() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | props.c | 255 static int prop_compression_validate(const char *value, size_t len) in prop_compression_validate() argument 225 inode_prop_iterator(void *ctx, const struct prop_handler *handler, const char *value, size_t len) inode_prop_iterator() argument 266 prop_compression_apply(struct inode *inode, const char *value, size_t len) prop_compression_apply() argument
|
H A D | lzo.c | 98 static inline void write_compress_length(char *buf, size_t len) in write_compress_length() argument 126 unsigned long len = *total_out; in lzo_compress_pages() local
|
H A D | ordered-data.h | 23 int len; member
|
H A D | zlib.c | 107 unsigned long len = *total_out; in zlib_compress_pages() local
|
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 333 int len, seq = 0; in __dentry_path() local 443 unsigned long len; in SYSCALL_DEFINE2() local [all...] |
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | fatent.c | 128 exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain, unsigned int len) exfat_chain_cont_cluster() argument
|
H A D | misc.c | 139 u16 exfat_calc_chksum16(void *data, int len, u16 chksum, int type) in exfat_calc_chksum16() argument 152 u32 exfat_calc_chksum32(void *data, int len, u32 chksum, int type) in exfat_calc_chksum32() argument
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | nfs.c | 103 int len = *lenp; in fat_encode_fh_nostale() local
|
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds28e04.c | 98 static int w1_f1C_read(struct w1_slave *sl, int addr, int len, char *data) in w1_f1C_read() argument 160 static int w1_f1C_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f1C_write() argument 228 int addr, len, idx; in eeprom_write() local [all...] |
H A D | w1_ds2805.c | 144 static int w1_f0d_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f0d_write() argument 207 int addr, len; in w1_f0d_write_bin() local [all...] |
H A D | w1_ds2433.c | 152 static int w1_f23_write(struct w1_slave *sl, int addr, int len, const u8 *data) in w1_f23_write() argument 208 int addr, len, idx; in eeprom_write() local [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | bcm63xx_wdt.c | 135 bcm63xx_wdt_write(struct file *file, const char *data, size_t len, loff_t *ppos) bcm63xx_wdt_write() argument
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | rdwr.c | 886 size_t len; in cachefiles_write_page() local
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | crypto.c | 93 fscrypt_crypt_block(const struct inode *inode, fscrypt_direction_t rw, u64 lblk_num, struct page *src_page, struct page *dest_page, unsigned int len, unsigned int offs, gfp_t gfp_flags) fscrypt_crypt_block() argument 164 fscrypt_encrypt_pagecache_blocks(struct page *page, unsigned int len, unsigned int offs, gfp_t gfp_flags) fscrypt_encrypt_pagecache_blocks() argument 221 fscrypt_encrypt_block_inplace(const struct inode *inode, struct page *page, unsigned int len, unsigned int offs, u64 lblk_num, gfp_t gfp_flags) fscrypt_encrypt_block_inplace() argument 247 fscrypt_decrypt_pagecache_blocks(struct page *page, unsigned int len, unsigned int offs) fscrypt_decrypt_pagecache_blocks() argument 290 fscrypt_decrypt_block_inplace(const struct inode *inode, struct page *page, unsigned int len, unsigned int offs, u64 lblk_num) fscrypt_decrypt_block_inplace() argument [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | rcom.c | 30 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() argument 199 int len = sizeof(struct rcom_config); in receive_rcom_status() local 344 int len = rc_in->rc_header.h_length - sizeof(struct dlm_rcom); in receive_rcom_lookup() local 409 int error, len = sizeof(struct rcom_lock); dlm_send_rcom_lock() local [all...] |
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | control.c | 47 fuse_conn_waiting_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) fuse_conn_waiting_read() argument 67 fuse_conn_limit_read(struct file *file, char __user *buf, size_t len, loff_t *ppos, unsigned val) fuse_conn_limit_read() argument 102 fuse_conn_max_background_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) fuse_conn_max_background_read() argument 144 fuse_conn_congestion_threshold_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) fuse_conn_congestion_threshold_read() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | devres.c | 421 unsigned long len; in pcim_iomap_regions() local
|
H A D | seq_buf.c | 28 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit() argument 42 unsigned int len = seq_buf_used(s); in seq_buf_print_seq() local 59 int len; in seq_buf_vprintf() local 116 unsigned int len = seq_buf_buffer_left(s); seq_buf_bprintf() local 144 size_t len = strlen(str); seq_buf_puts() local 194 seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) seq_buf_putmem() argument 222 seq_buf_putmem_hex(struct seq_buf *s, const void *mem, unsigned int len) global() argument 313 int len; global() local 361 seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) global() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | xdp.h | 96 u16 len; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_frame.h | 116 static inline struct fc_frame *fc_frame_alloc(struct fc_lport *dev, size_t len) in fc_frame_alloc() argument 191 fc_frame_payload_get(const struct fc_frame *fp, size_t len) fc_frame_payload_get() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | blkzoned.h | 108 __u64 len; /* Zone length in number of sectors */ member
|
H A D | i2c.h | 84 __u16 len; /* msg length */ member
|
H A D | virtio_ring.h | 101 __virtio32 len; member 119 __virtio32 len; member 237 __le32 len; member
|