Home
last modified time | relevance | path

Searched refs:end_offs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c150 char *end, size_t end_offs) in ext2_xattr_entry_valid()
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()
149 ext2_xattr_entry_valid(struct ext2_xattr_entry *entry, char *end, size_t end_offs) ext2_xattr_entry_valid() argument
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr.c150 char *end, size_t end_offs) in ext2_xattr_entry_valid()
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()
149 ext2_xattr_entry_valid(struct ext2_xattr_entry *entry, char *end, size_t end_offs) ext2_xattr_entry_valid() argument
/kernel/linux/linux-5.10/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()
240 /* Note: if the write is unstable, don't set end_offs until commit */ in filelayout_set_layoutcommit()
241 pnfs_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in filelayout_set_layoutcommit()
/kernel/linux/linux-6.6/fs/nfs/filelayout/
H A Dfilelayout.c234 loff_t end_offs = 0; in filelayout_set_layoutcommit() local
240 end_offs = hdr->mds_offset + (loff_t)hdr->res.count; in filelayout_set_layoutcommit()
242 /* Note: if the write is unstable, don't set end_offs until commit */ in filelayout_set_layoutcommit()
243 pnfs_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in filelayout_set_layoutcommit()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1459 loff_t end_offs = 0; in ff_layout_write_done_cb() local
1490 end_offs = hdr->mds_offset + (loff_t)hdr->res.count; in ff_layout_write_done_cb()
1492 /* Note: if the write is unstable, don't set end_offs until commit */ in ff_layout_write_done_cb()
1493 ff_layout_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in ff_layout_write_done_cb()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1459 loff_t end_offs = 0; in ff_layout_write_done_cb() local
1490 end_offs = hdr->mds_offset + (loff_t)hdr->res.count; in ff_layout_write_done_cb()
1492 /* Note: if the write is unstable, don't set end_offs until commit */ in ff_layout_write_done_cb()
1493 ff_layout_set_layoutcommit(hdr->inode, hdr->lseg, end_offs); in ff_layout_write_done_cb()

Completed in 12 milliseconds