Searched refs:end_offs (Results 1 – 4 of 4) sorted by relevance
150 char *end, size_t end_offs) in ext2_xattr_entry_valid() argument163 if (size > end_offs || in ext2_xattr_entry_valid()164 le16_to_cpu(entry->e_value_offs) + size > end_offs) in ext2_xattr_entry_valid()
232 loff_t end_offs = 0; in filelayout_set_layoutcommit() local238 end_offs = hdr->mds_offset + (loff_t)hdr->res.count; in filelayout_set_layoutcommit()241 pnfs_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in filelayout_set_layoutcommit()
1458 loff_t end_offs = 0; in ff_layout_write_done_cb() local1489 end_offs = hdr->mds_offset + (loff_t)hdr->res.count; in ff_layout_write_done_cb()1492 ff_layout_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in ff_layout_write_done_cb()
2449 t_u32 end_offs; in process_packet() local2547 end_offs = offs + (load_size - 1); in process_packet()2549 ASSERT_RETURN(end_offs >= offs); in process_packet()2550 ASSERT_WITHIN_PKT_BOUNDS(end_offs); in process_packet()