Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dxattr.c1543 char *nameval_buf; in ocfs2_xa_add_namevalue() local
1553 nameval_buf = ocfs2_xa_offset_pointer(loc, nameval_offset); in ocfs2_xa_add_namevalue()
1554 memset(nameval_buf, 0, size); in ocfs2_xa_add_namevalue()
1555 memcpy(nameval_buf, xi->xi_name, xi->xi_name_len); in ocfs2_xa_add_namevalue()
2022 char *nameval_buf = ocfs2_xa_offset_pointer(loc, in ocfs2_xa_cleanup_value_truncate() local
2029 what, loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2037 loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2045 loc->xl_entry->xe_name_len, nameval_buf, in ocfs2_xa_cleanup_value_truncate()
2083 char *nameval_buf; in ocfs2_xa_install_value_root() local
2085 nameval_buf = ocfs2_xa_offset_pointer(loc, in ocfs2_xa_install_value_root()
[all …]