Home
last modified time | relevance | path

Searched refs:ibs (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Draw1394.c125 if (req->ibs) { in free_pending_request()
126 if (atomic_dec_and_test(&req->ibs->refcount)) { in free_pending_request()
127 atomic_sub(req->ibs->data_size, &iso_buffer_size); in free_pending_request()
128 kfree(req->ibs); in free_pending_request()
306 struct iso_block_store *ibs = NULL; in iso_receive() local
328 if (!ibs) { in iso_receive()
329 ibs = kmalloc(sizeof(struct iso_block_store) in iso_receive()
331 if (!ibs) { in iso_receive()
337 atomic_set(&ibs->refcount, 0); in iso_receive()
338 ibs->data_size = length; in iso_receive()
[all …]
Draw1394-private.h66 struct iso_block_store *ibs; member
/linux-2.4.37.9/fs/ntfs/
Ddir.c800 u32 start, finish, ibs, max_size; in ntfs_getdir_unsorted() local
827 ino->u.index.recordsize = ibs = NTFS_GETU32(buf + 0x8); in ntfs_getdir_unsorted()
832 ibs_bits = ffs(ibs) - 1; in ntfs_getdir_unsorted()
836 io.size = ibs = ino->u.index.recordsize; in ntfs_getdir_unsorted()
837 buf = ntfs_malloc(ibs); in ntfs_getdir_unsorted()
840 ibs_bits = ffs(ibs) - 1; in ntfs_getdir_unsorted()
850 if (err || io.size != ibs) in ntfs_getdir_unsorted()
866 for (; entry < (buf + ibs) && ntfs_entry_is_used(entry); in ntfs_getdir_unsorted()