Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_attr_item.c82 unsigned int new_value_len) in xfs_attri_log_nameval_alloc() argument
92 new_value_len); in xfs_attri_log_nameval_alloc()
116 if (new_value_len) { in xfs_attri_log_nameval_alloc()
119 nv->new_value.iov_len = new_value_len; in xfs_attri_log_nameval_alloc()
120 memcpy(nv->new_value.iov_base, new_value, new_value_len); in xfs_attri_log_nameval_alloc()
1015 unsigned int new_value_len = 0; in xlog_recover_attri_commit_pass2() local
1079 new_value_len = value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1115 if (new_value_len != 0) { in xlog_recover_attri_commit_pass2()
1118 new_value_len); in xlog_recover_attri_commit_pass2()
1142 attr_new_value, new_value_len); in xlog_recover_attri_commit_pass2()