cregit-Linux how code gets into the kernel

Release 4.17 fs/btrfs/xattr.h

Directory: fs/btrfs
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2007 Red Hat.  All rights reserved.
 */

#ifndef BTRFS_XATTR_H

#define BTRFS_XATTR_H

#include <linux/xattr.h>

extern const struct xattr_handler *btrfs_xattr_handlers[];

int btrfs_getxattr(struct inode *inode, const char *name,
		void *buffer, size_t size);
int btrfs_setxattr(struct btrfs_trans_handle *trans,
			    struct inode *inode, const char *name,
			    const void *value, size_t size, int flags);
ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size);

int btrfs_xattr_security_init(struct btrfs_trans_handle *trans,
				     struct inode *inode, struct inode *dir,
				     const struct qstr *qstr);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Josef Bacik4338.05%110.00%
David Sterba2320.35%440.00%
Christoph Hellwig1715.04%110.00%
Jim Owens1311.50%110.00%
Zheng Yan108.85%110.00%
Eric Paris65.31%110.00%
Stephen Hemminger10.88%110.00%
Total113100.00%10100.00%
Directory: fs/btrfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.