Source Code (Use browser search to find items of interest.)

Class Index

kfloppy'ext2_acl_entry (./kdeutils/kfloppy/e2fs/include/linux/ext2_fs.h:124)

struct ext2_acl_entry	/* Access Control List Entry */
{
	__u32	acle_size;
	__u16	acle_perms;	/* Access permissions */
	__u16	acle_type;	/* Type of entry */
	__u16	acle_tag;	/* User or group identity */
	__u16	acle_pad1;
	__u32	acle_next;	/* Pointer on next entry for the */
					/* same inode or on next free entry */
};

/*
 * Structure of a blocks group descriptor
 */