Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dxattr.c1750 char *nameval_buf; in ocfs2_xa_add_namevalue() local
1760 nameval_buf = ocfs2_xa_offset_pointer(loc, nameval_offset); in ocfs2_xa_add_namevalue()
1761 memset(nameval_buf, 0, size); in ocfs2_xa_add_namevalue()
1762 memcpy(nameval_buf, xi->xi_name, xi->xi_name_len); in ocfs2_xa_add_namevalue()
2229 char *nameval_buf = ocfs2_xa_offset_pointer(loc, in ocfs2_xa_cleanup_value_truncate() local
2236 what, loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2244 loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2252 loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2290 char *nameval_buf; in ocfs2_xa_install_value_root() local
2292 nameval_buf = ocfs2_xa_offset_pointer(loc, in ocfs2_xa_install_value_root()
[all …]