Home
last modified time | relevance | path

Searched defs:valuelen (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.c283 int *valuelen, in xfs_attr_rmtval_copyout()
331 int *valuelen, in xfs_attr_rmtval_copyin()
389 int valuelen; in xfs_attr_rmtval_get() local
481 int valuelen; in xfs_attr_rmtval_set_value() local
H A Dxfs_attr_sf.h23 uint8_t valuelen; /* length of value */ member
H A Dxfs_da_format.h591 uint8_t valuelen; /* actual length of value (no NULL) */ member
621 __be16 valuelen; /* number of bytes in value */ member
633 __be32 valuelen; /* number of bytes in value */ member
H A Dxfs_da_btree.h61 int valuelen; /* length of value */ member
H A Dxfs_attr_leaf.c503 int valuelen) in xfs_attr_copy_value()
/openbmc/linux/fs/jfs/
H A Djfs_xattr.h19 __le16 valuelen; /* Length of value */ member
/openbmc/linux/fs/xfs/
H A Dxfs_xattr.c237 int valuelen) in xfs_xattr_put_listent()
H A Dxfs_attr_list.c440 int namelen, valuelen; in xfs_attr3_leaf_list_int() local
H A Dxfs_ioctl.c310 int valuelen) in xfs_ioc_attr_put_listent()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c159 int valuelen) in xchk_xattr_listent()
/openbmc/linux/drivers/hv/
H A Dhv_kvp.c522 int valuelen = 0; in kvp_respond_to_host() local
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1313 static int pmac_i2c_do_rmw(PMF_STD_ARGS, u32 masklen, u32 valuelen, in pmac_i2c_do_rmw()
1355 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c660 void *value, size_t valuelen) in prom_getprop()
698 const char *pname, void *value, size_t valuelen) in prom_setprop()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c444 static int asn1tag_write(u8 *ptr, u8 tag, const u8 *pvalue, u16 valuelen) in asn1tag_write()