Searched refs:xattr_iter_end (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | xattr.c | 25 static inline void xattr_iter_end(struct xattr_iter *it, bool atomic) in xattr_iter_end() function 76 xattr_iter_end(&it, atomic_map); in init_inode_xattrs() 90 xattr_iter_end(&it, atomic_map); in init_inode_xattrs() 105 xattr_iter_end(it, true); in xattr_iter_fixup() 295 xattr_iter_end(&it->it, true); in inline_getxattr() 315 xattr_iter_end(&it->it, true); in shared_getxattr() 329 xattr_iter_end(&it->it, true); in shared_getxattr() 519 xattr_iter_end(&it->it, true); in inline_listxattr() 538 xattr_iter_end(&it->it, true); in shared_listxattr() 552 xattr_iter_end(&it->it, true); in shared_listxattr()
|