Home
last modified time | relevance | path

Searched refs:e2di_facl_high (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_dinode.h124 uint16_t e2di_facl_high; /* 118: File EA bits 47:32 */ member
H A Dext2_inode_cnv.c212 ip->i_facl |= (uint64_t)le16toh(ei->e2di_facl_high) << 32; in ext2_ei2i()
307 ei->e2di_facl_high = htole16(ip->i_facl >> 32 & 0xffff); in ext2_i2ei()