Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c108 new->e2di_facl_high = bswap16(old->e2di_facl_high); in e2fs_i_bswap()
H A Dext2fs_dinode.h130 uint16_t e2di_facl_high; /* 118: file ACL bits 47:32 (ext4/64bit) */ member
163 #define i_e2fs_facl_high i_din.e2fs_din->e2di_facl_high
H A Dext2fs_xattr.c169 xblk |= (((daddr_t)di->e2di_facl_high) << 32); in ext2fs_get_block_xattr()
365 xblk |= (((daddr_t)di->e2di_facl_high) << 32); in ext2fs_list_block_xattr()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c952 new->e2di_facl_high = bswap16(old->e2di_facl_high); in e2fs_i_bswap()