Lines Matching refs:handler

109 	const struct xattr_handler *handler;  in bch2_xattr_to_text()  local
112 handler = bch2_xattr_type_to_handler(xattr.v->x_type); in bch2_xattr_to_text()
113 if (handler && handler->prefix) in bch2_xattr_to_text()
114 prt_printf(out, "%s", handler->prefix); in bch2_xattr_to_text()
115 else if (handler) in bch2_xattr_to_text()
260 const struct xattr_handler *handler = bch2_xattr_type_to_handler(type); in bch2_xattr_prefix() local
262 if (!xattr_handler_can_list(handler, dentry)) in bch2_xattr_prefix()
265 return xattr_prefix(handler); in bch2_xattr_prefix()
332 static int bch2_xattr_get_handler(const struct xattr_handler *handler, in bch2_xattr_get_handler() argument
339 bch2_xattr_get_trans(trans, inode, name, buffer, size, handler->flags)); in bch2_xattr_get_handler()
347 static int bch2_xattr_set_handler(const struct xattr_handler *handler, in bch2_xattr_set_handler() argument
363 handler->flags, flags)) ?: in bch2_xattr_set_handler()
410 static int __bch2_xattr_bcachefs_get(const struct xattr_handler *handler, in __bch2_xattr_bcachefs_get() argument
460 static int bch2_xattr_bcachefs_get(const struct xattr_handler *handler, in bch2_xattr_bcachefs_get() argument
464 return __bch2_xattr_bcachefs_get(handler, dentry, vinode, in bch2_xattr_bcachefs_get()
497 static int bch2_xattr_bcachefs_set(const struct xattr_handler *handler, in bch2_xattr_bcachefs_set() argument
590 const struct xattr_handler *handler, in bch2_xattr_bcachefs_get_effective() argument
594 return __bch2_xattr_bcachefs_get(handler, dentry, vinode, in bch2_xattr_bcachefs_get_effective()
599 static int bch2_xattr_bcachefs_set_effective(const struct xattr_handler *handler, in bch2_xattr_bcachefs_set_effective() argument