Home
last modified time | relevance | path

Searched refs:psize (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.h29 unsigned char psize; member
41 unsigned char psize; member
73 .psize = 1,
78 .psize = 3,
83 .psize = 14,
88 .psize = 26,
95 .psize = 62,
101 .psize = 80,
118 .psize = 1,
123 .psize = 3,
[all …]
Dtcrypt.c115 sg[0].length = hash_tv[i].psize; in test_hash()
209 sg[0].length = hmac_tv[i].psize; in test_hmac()
/linux-2.4.37.9/arch/sh/kernel/
Dcf-enabler.c54 unsigned long paddrbase, psize; in allocate_cf_area() local
58 psize = PAGE_SIZE; in allocate_cf_area()
60 cf_io_base = p3_ioremap(paddrbase, psize, prot.pgprot); in allocate_cf_area()
/linux-2.4.37.9/fs/hfs/
Dextent.c476 next = (fork->psize / ablksz) - 1; in shrink_fork()
484 fork->psize = (next + 1) * ablksz; in shrink_fork()
517 fork->psize = ablocks * ablksz; in shrink_fork()
536 blocks = fork->psize; in grow_fork()
584 blocks = (fork->psize += len * ablksz); in grow_fork()
623 blocks = (fork->psize += len * ablksz); in grow_fork()
694 if (blks > fork->psize) { in hfs_extent_adj()
696 if (blks > fork->psize) { in hfs_extent_adj()
698 fork->psize >> HFS_SECTOR_SIZE_BITS; in hfs_extent_adj()
700 } else if (blks < fork->psize) { in hfs_extent_adj()
[all …]
Dballoc.c370 old_nodes = entry->u.file.data_fork.psize; in hfs_btree_extend()
375 total_nodes = entry->u.file.data_fork.psize; in hfs_btree_extend()
Dcatalog.c317 fil->data_fork.psize = hfs_get_hl(cat->u.fil.PyLen) >> in __read_entry()
324 fil->rsrc_fork.psize = hfs_get_hl(cat->u.fil.RPyLen) >> in __read_entry()
417 hfs_put_hl(fil->data_fork.psize << HFS_SECTOR_SIZE_BITS, in __write_entry()
420 hfs_put_hl(fil->rsrc_fork.psize << HFS_SECTOR_SIZE_BITS, in __write_entry()
Dbtree.c195 bt->entry.u.file.data_fork.psize = tsize >> HFS_SECTOR_SIZE_BITS; in hfs_btree_init()
Dhfs.h335 hfs_u32 psize; /* The phys size (512-byte blocks) */ member
Dfile.c235 inode->i_blocks = fork->psize; in hfs_file_truncate()
Dinode.c66 inode->i_blocks = fk->psize; in init_file_inode()
DChangeLog1763 Initialize lsize and psize fields of file.
/linux-2.4.37.9/net/sctp/
Doutput.c221 size_t psize; in sctp_packet_append_chunk() local
229 psize = packet->size; in sctp_packet_append_chunk()
238 too_big = (psize + chunk_len > pmtu); in sctp_packet_append_chunk()
/linux-2.4.37.9/drivers/pcmcia/
Dhd64465_ss.c660 unsigned long pstart, psize, paddrbase, vaddrbase; in hs_set_io_map() local
665 psize = ((io->stop + PAGE_SIZE) & PAGE_MASK) - pstart; in hs_set_io_map()
675 vaddrbase + pstart, paddrbase + pstart, psize); in hs_set_io_map()
676 remap_page_range(vaddrbase + pstart, paddrbase + pstart, psize, prot); in hs_set_io_map()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dr128_cce.c892 int psize = 0;
898 if ( !psize ) {
899 writing = r128_verify_command( dev_priv, tmp, &psize );
901 psize--;
/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c585 int psize = 288; /* initial in-line directory */ in dtSearch() local
630 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch()
787 psize = lengthPXD(pxd) << JFS_SBI(ip->i_sb)->l2bsize; in dtSearch()
2621 int psize = 288; /* initial in-line directory */ in dtSearchNode() local
2636 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearchNode()
2663 psize = lengthPXD(pxd) << JFS_SBI(ip->i_sb)->l2bsize; in dtSearchNode()
3316 int psize = 288; /* initial in-line directory */ in dtReadFirst() local
3331 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtReadFirst()
3366 psize = lengthPXD(xd) << JFS_SBI(ip->i_sb)->l2bsize; in dtReadFirst()
4560 int psize = 256; in dtDisplayTree() local
[all …]
/linux-2.4.37.9/drivers/net/irda/
Dirda-usb.c1286 __u16 psize; /* Endpoint max packet size in bytes */ in irda_usb_parse_endpoints() local
1292 psize = endpoint[i].wMaxPacketSize; in irda_usb_parse_endpoints()
1303 self->bulk_out_mtu = psize; in irda_usb_parse_endpoints()
/linux-2.4.37.9/net/ipv4/
Dtcp.c752 ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int poffset, size_t psize, int flags…
831 ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int poffset, size_t psize, int flags) in do_tcp_sendpages() argument
853 while (psize > 0) { in do_tcp_sendpages()
860 size = min_t(size_t, psize, PAGE_SIZE-offset); in do_tcp_sendpages()
900 if (!(psize -= copy)) in do_tcp_sendpages()
/linux-2.4.37.9/fs/ntfs/
Dinode.c1023 static int layout_attr(ntfs_attribute *attr, char *buf, int size, int *psize) in layout_attr() argument
1078 *psize = asize; in layout_attr()
1099 int offset, i, size, psize, error, count, recno; in layout_inode() local
1132 size - offset - 8, &psize); in layout_inode()
1138 offset += psize; in layout_inode()
/linux-2.4.37.9/drivers/video/
Dtdfxfb.c1000 u32 chips, psize, banks; in do_lfb_size() local
1003 psize = 1 << ((draminit0 & 0x38000000) >> 28); in do_lfb_size()
1005 lfbsize = chips * psize * banks; in do_lfb_size()
/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.c1280 u32 psize; in mpt_adapter_install() local
1353 port = psize = 0; in mpt_adapter_install()
1358 psize = PCI_BASEADDR_SIZE(pdev,ii); in mpt_adapter_install()
1375 dprintk((KERN_INFO MYNAM ": (port i/o @ %lx, psize=%dd bytes)\n", port, psize)); in mpt_adapter_install()
/linux-2.4.37.9/drivers/usb/
Dw9968cf.c3105 psize = cam->nbuffers * w9968cf_get_max_bufsize(cam), in w9968cf_mmap() local
3122 if (vsize > psize - (vma->vm_pgoff << PAGE_SHIFT)) in w9968cf_mmap()