Searched refs:stored_value (Results 1 – 4 of 4) sorted by relevance
78 struct stored_value struct96 : public stored_value<_Tv>, public stored_hash<_Th>102 : public stored_value<_Tv>
158 : stored_value(*x) in postfix_increment_proxy()168 return this->stored_value; in operator *()171 mutable value_type stored_value; member in boost::iterators::detail::postfix_increment_proxy184 : stored_value(*x) in writable_postfix_increment_proxy()201 return stored_value; in operator value_type&()227 mutable value_type stored_value; member in boost::iterators::detail::writable_postfix_increment_proxy
1670 char *stored_value; in incfs_getxattr() local1686 stored_value = mi->pseudo_file_xattr[i].data; in incfs_getxattr()1688 if (!stored_value) in incfs_getxattr()1694 memcpy(value, stored_value, stored_size); in incfs_getxattr()1704 u8 **stored_value; in incfs_setxattr() local1724 stored_value = &mi->pseudo_file_xattr[i].data; in incfs_setxattr()1726 kfree (*stored_value); in incfs_setxattr()1727 *stored_value = kzalloc(size, GFP_NOFS); in incfs_setxattr()1728 if (!*stored_value) in incfs_setxattr()1731 memcpy(*stored_value, value, size); in incfs_setxattr()