cregit-Linux how code gets into the kernel

Release 4.16 fs/btrfs/export.h

Directory: fs/btrfs
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef BTRFS_EXPORT_H

#define BTRFS_EXPORT_H

#include <linux/exportfs.h>

extern const struct export_operations btrfs_export_ops;


struct btrfs_fid {
	
u64 objectid;
	
u64 root_objectid;
	
u32 gen;

	
u64 parent_objectid;
	
u32 parent_gen;

	
u64 parent_root_objectid;
} __attribute__ ((packed));

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Balaji Rao4697.87%150.00%
Greg Kroah-Hartman12.13%150.00%
Total47100.00%2100.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.