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

/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c234 loff_t end_offs = 0; local
240 end_offs = hdr->mds_offset + (loff_t)hdr->res.count;
242 /* Note: if the write is unstable, don't set end_offs until commit */
243 pnfs_set_layoutcommit(hdr->inode, hdr->lseg, end_offs);
/linux-master/fs/ext2/
H A Dxattr.c150 char *end, size_t end_offs)
163 if (size > end_offs ||
164 le16_to_cpu(entry->e_value_offs) + size > end_offs)
149 ext2_xattr_entry_valid(struct ext2_xattr_entry *entry, char *end, size_t end_offs) argument
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1459 loff_t end_offs = 0; local
1490 end_offs = hdr->mds_offset + (loff_t)hdr->res.count;
1492 /* Note: if the write is unstable, don't set end_offs until commit */
1493 ff_layout_set_layoutcommit(hdr->inode, hdr->lseg, end_offs);

Completed in 137 milliseconds