Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.h824 static inline int xfs_attr_leaf_entsize_local(int nlen, int vlen) in xfs_attr_leaf_entsize_local() function
Dxfs_attr_leaf.c2610 size = xfs_attr_leaf_entsize_local(name_loc->namelen, in xfs_attr_leaf_entsize()
2632 size = xfs_attr_leaf_entsize_local(args->namelen, args->valuelen); in xfs_attr_leaf_newentsize()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c224 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xchk_xattr_entry()