Searched refs:from_entry (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dswapfs.c99 struct ext2_ext_attr_entry *from_entry, *to_entry; local
106 from_entry = (struct ext2_ext_attr_entry *)from_header;
116 from_entry = (struct ext2_ext_attr_entry *)(from_header+1);
120 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
122 ext2fs_swab16(from_entry->e_value_offs);
124 ext2fs_swab32(from_entry->e_value_block);
126 ext2fs_swab32(from_entry->e_value_size);
127 from_entry = EXT2_EXT_ATTR_NEXT(from_entry);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Ddo_set.c111 acl_entry_t from_entry, to_entry; local
112 from_entry = find_entry(from_acl, from_type, ACL_UNDEFINED_ID);
113 if (from_entry) {
116 acl_copy_entry(to_entry, from_entry);

Completed in 91 milliseconds