Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
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()
119 if (new_value_len) { in xfs_attri_log_nameval_alloc()
122 nv->new_value.i_len = new_value_len; in xfs_attri_log_nameval_alloc()
123 memcpy(nv->new_value.i_addr, new_value, new_value_len); in xfs_attri_log_nameval_alloc()
1021 unsigned int new_value_len = 0; in xlog_recover_attri_commit_pass2() local
1085 new_value_len = value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1121 if (new_value_len != 0) { in xlog_recover_attri_commit_pass2()
1124 new_value_len); in xlog_recover_attri_commit_pass2()
1194 attr_new_value, new_value_len); in xlog_recover_attri_commit_pass2()