Home
last modified time | relevance | path

Searched defs:bufsize (Results 151 - 175 of 568) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/fs/befs/
H A Dbtree.c411 befs_btree_read(struct super_block *sb, const befs_data_stream *ds, loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, befs_off_t * value) befs_btree_read() argument
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dstats.c243 size_t bufsize; in xchk_scrub_stats_read() local
/kernel/linux/linux-6.6/fs/isofs/
H A Drock.c698 unsigned long bufsize = ISOFS_BUFFER_SIZE(inode); in rock_ridge_symlink_read_folio() local
H A Dcompress.c46 unsigned int bufsize = ISOFS_BUFFER_SIZE(inode); in zisofs_uncompress_block() local
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr.h68 int bufsize; /* total buffer size */ member
/kernel/linux/linux-6.6/include/linux/
H A Dpstore.h187 size_t bufsize; member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dir2_readdir.c241 xfs_dir2_leaf_readbuf( struct xfs_da_args *args, size_t bufsize, xfs_dir2_off_t *cur_off, xfs_dablk_t *ra_blk, struct xfs_buf **bpp) xfs_dir2_leaf_readbuf() argument
345 xfs_dir2_leaf_getdents( struct xfs_da_args *args, struct dir_context *ctx, size_t bufsize, unsigned int *lock_mode) xfs_dir2_leaf_getdents() argument
507 xfs_readdir( struct xfs_trans *tp, struct xfs_inode *dp, struct dir_context *ctx, size_t bufsize) xfs_readdir() argument
[all...]
H A Dxfs_error.c389 xfs_corruption_error( const char *tag, int level, struct xfs_mount *mp, const void *buf, size_t bufsize, const char *filename, int linenum, xfs_failaddr_t failaddr) xfs_corruption_error() argument
/kernel/linux/linux-6.6/include/linux/usb/
H A Drenesas_usbhs.h110 u16 bufsize; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dhid.c29 unsigned int bufsize; member
178 static int gb_hid_alloc_buffers(struct gb_hid *ghid, size_t bufsize) in gb_hid_alloc_buffers() argument
315 unsigned int bufsize = HID_MIN_BUFFER_SIZE; in gb_hid_start() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h64 unsigned int bufsize; member
/kernel/linux/linux-6.6/drivers/bcma/
H A Ddriver_pci_host.c277 u32 bufsize; in bcma_find_pci_capability() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c49 unsigned int snprintf_count(char *pbuf, unsigned int bufsize, char *fmt, ...) in snprintf_count() argument
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c272 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() argument
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c429 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c66 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file() argument
92 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in ucode_regs_read_file() argument
106 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file() argument
125 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in txstat_read_file() argument
195 const size_t bufsize in b43legacy_debugfs_read() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c108 mt76x02_init_rx_queue(struct mt76x02_dev *dev, struct mt76_queue *q, int idx, int n_desc, int bufsize) mt76x02_init_rx_queue() argument
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c444 u32 bufsize; in lbtf_allocate_cmd_buffer() local
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c222 prism2_aux_dump_proc_no_read(struct file *file, char __user *buf, size_t bufsize, loff_t *_pos) prism2_aux_dump_proc_no_read() argument
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dzns.c262 static unsigned long get_nr_zones_from_buf(struct nvmet_req *req, u32 bufsize) in get_nr_zones_from_buf() argument
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dshtc1.c71 shtc1_update_values(struct i2c_client *client, struct shtc1_data *data, char *buf, int bufsize) shtc1_update_values() argument
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dusbhid.h62 unsigned int bufsize; /* URB buffer size */ member
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c353 gss_import_sec_context(const void *input_token, size_t bufsize, in gss_import_sec_context() argument
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_sw.c109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags() argument
143 int fdt_create(void *buf, int bufsize) in fdt_create() argument
148 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize() argument
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Dutil.c250 size_t bufsize = 1024, offset = 0; in utilfdt_read_err() local

Completed in 17 milliseconds

12345678910>>...23