Home
last modified time | relevance | path

Searched refs:end_offs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext2/
H A Dxattr.c150 char *end, size_t end_offs) in ext2_xattr_entry_valid() argument
163 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()
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayout.c232 loff_t end_offs = 0; in filelayout_set_layoutcommit() local
238 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()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1458 loff_t end_offs = 0; in ff_layout_write_done_cb() local
1489 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211_util.c2449 t_u32 end_offs; in process_packet() local
2547 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()