cregit-Linux how code gets into the kernel

Release 4.10 fs/btrfs/export.h

Directory: fs/btrfs
#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 raobalaji rao46100.00%1100.00%
Total46100.00%1100.00%
Directory: fs/btrfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.