Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_attr_item.c81 const void *new_value, in xfs_attri_log_nameval_alloc() argument
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()
122 nv->new_value.iov_base = NULL; in xfs_attri_log_nameval_alloc()
123 nv->new_value.iov_len = 0; in xfs_attri_log_nameval_alloc()
181 if (nv->new_value.iov_len) { in xfs_attri_item_size()
220 if (nv->new_value.iov_len > 0) in xfs_attri_item_format()
238 if (nv->new_value.iov_len > 0) in xfs_attri_item_format()
240 nv->new_value.iov_base, nv->new_value.iov_len); in xfs_attri_item_format()
450 args->new_value, args->new_valuelen); in xfs_attr_create_intent()
[all …]
A Dxfs_attr_item.h18 struct kvec new_value; /* PPTR_REPLACE only */ member
/fs/xfs/libxfs/
A Dxfs_da_btree.h60 void *new_value; /* new xattr value (may contain NULLs) */ member
A Dxfs_parent.c255 ppargs->args.new_value = &ppargs->new_rec; in xfs_parent_replacename()
A Dxfs_attr.c478 args->value = args->new_value; in xfs_attr_update_pptr_replace_args()
/fs/xfs/scrub/
A Dnlinks.c110 uint64_t new_value = (uint64_t)(*nlinkp) + delta; in careful_add() local
113 *nlinkp = min_t(uint64_t, new_value, U32_MAX); in careful_add()

Completed in 17 milliseconds