Home
last modified time | relevance | path

Searched defs:num_pages (Results 201 - 225 of 310) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c1250 int num_pages; in qedf_alloc_sq() local
3034 int num_pages; in qedf_alloc_global_queues() local
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_main.c1630 int num_pages; in qedi_alloc_global_queues() local
1766 int num_pages; in qedi_alloc_sq() local
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.h152 u32 num_pages; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbdirect.c2350 smbd_register_mr( struct smbd_connection *info, struct page *pages[], int num_pages, int offset, int tailsz, bool writing, bool need_invalidate) smbd_register_mr() argument
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Dvirtio_fs.c1029 sg_count_fuse_pages(struct fuse_page_desc *page_descs, unsigned int num_pages, unsigned int total_len) sg_count_fuse_pages() argument
1078 sg_init_fuse_pages(struct scatterlist *sg, struct page **pages, struct fuse_page_desc *page_descs, unsigned int num_pages, unsigned int total_len) sg_init_fuse_pages() argument
H A Dfuse_i.h280 unsigned int num_pages; member
H A Ddev.c1682 unsigned int num_pages; in fuse_retrieve() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c439 static void btrfs_drop_pages(struct page **pages, size_t num_pages) in btrfs_drop_pages() argument
463 btrfs_dirty_pages(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, struct extent_state **cached) btrfs_dirty_pages() argument
1345 prepare_pages(struct inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, bool force_uptodate) prepare_pages() argument
1405 lock_and_cleanup_extent_if_need(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, u64 *lockstart, u64 *lockend, struct extent_state **cached_state) lock_and_cleanup_extent_if_need() argument
1593 size_t num_pages = DIV_ROUND_UP(write_bytes + offset, btrfs_buffered_write() local
[all...]
H A Draid56.c987 int num_pages = rbio_nr_pages(stripe_len, real_stripes); in alloc_rbio() local
H A Dblock-group.c2390 u64 num_pages = 0; in cache_save_setup() local
[all...]
H A Dcheck-integrity.c1555 unsigned int num_pages; in btrfsic_release_block_ctx() local
1583 unsigned int num_pages; btrfsic_read_block() local
1697 btrfsic_test_for_metadata( struct btrfsic_state *state, char **datav, unsigned int num_pages) btrfsic_test_for_metadata() argument
1732 btrfsic_process_written_block(struct btrfsic_dev_state *dev_state, u64 dev_bytenr, char **mapped_datav, unsigned int num_pages, struct bio *bio, int *bio_is_patched, int submit_bio_bh_rw) btrfsic_process_written_block() argument
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c898 int num_pages; in ceph_sync_read() local
1217 int num_pages = 0; in ceph_direct_read_write() local
1426 int num_pages; in ceph_sync_write() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Daops.c781 void ocfs2_unlock_and_free_pages(struct page **pages, int num_pages) in ocfs2_unlock_and_free_pages() argument
/kernel/linux/linux-6.6/drivers/misc/
H A Dvmw_balloon.c857 unsigned int i, num_pages; in vmballoon_lock() local
780 vmballoon_lock_op(struct vmballoon *b, unsigned int num_pages, enum vmballoon_page_size_type page_size, enum vmballoon_op op) vmballoon_lock_op() argument
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c128 size_t num_pages; /* Number of pages incl. header. */ member
278 u64 num_pages; in qp_alloc_queue() local
530 u64 num_pages; in qp_host_alloc_queue() local
631 qp_release_pages(struct page **pages, u64 num_pages, bool dirty) qp_release_pages() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h220 __be32 num_pages; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1518 u16 num_pages; in mlxsw_pci_init() local
1331 mlxsw_pci_fw_area_init(struct mlxsw_pci *mlxsw_pci, char *mbox, u16 num_pages) mlxsw_pci_fw_area_init() argument
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c1671 unsigned int num_pages; in fuse_retrieve() local
[all...]
H A Dvirtio_fs.c1023 sg_count_fuse_pages(struct fuse_page_desc *page_descs, unsigned int num_pages, unsigned int total_len) sg_count_fuse_pages() argument
1072 sg_init_fuse_pages(struct scatterlist *sg, struct page **pages, struct fuse_page_desc *page_descs, unsigned int num_pages, unsigned int total_len) sg_init_fuse_pages() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Draid56.c907 const unsigned int num_pages = stripe_npages * real_stripes; in alloc_rbio() local
H A Dfile.c97 btrfs_drop_pages(struct btrfs_fs_info *fs_info, struct page **pages, size_t num_pages, u64 pos, u64 copied) btrfs_drop_pages() argument
127 btrfs_dirty_pages(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, struct extent_state **cached, bool noreserve) btrfs_dirty_pages() argument
905 prepare_pages(struct inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, bool force_uptodate, bool nowait) prepare_pages() argument
976 lock_and_cleanup_extent_if_need(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, u64 *lockstart, u64 *lockend, bool nowait, struct extent_state **cached_state) lock_and_cleanup_extent_if_need() argument
1230 size_t num_pages; btrfs_buffered_write() local
[all...]
H A Dcheck-integrity.c1512 unsigned int num_pages; in btrfsic_release_block_ctx() local
1539 unsigned int num_pages; in btrfsic_read_block() local
1652 btrfsic_test_for_metadata( struct btrfsic_state *state, char **datav, unsigned int num_pages) btrfsic_test_for_metadata() argument
1687 btrfsic_process_written_block(struct btrfsic_dev_state *dev_state, u64 dev_bytenr, char **mapped_datav, unsigned int num_pages, struct bio *bio, int *bio_is_patched, blk_opf_t submit_bio_bh_rw) btrfsic_process_written_block() argument
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c834 int num_pages, total_pages = 0; in writepages_finish() local
H A Dfile.c996 int num_pages; in __ceph_sync_read() local
1398 int num_pages = 0; in ceph_direct_read_write() local
1621 int num_pages; in ceph_sync_write() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmbdirect.c2252 int rc, num_pages; in smbd_register_mr() local

Completed in 65 milliseconds

12345678910>>...13