Searched refs:e_hash (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_ext_attr.h31 __u32 e_hash; /* hash value of name and value */ member in struct:ext2_ext_attr_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.h40 __le32 e_hash; /* hash value of name and value */ member in struct:ext2_xattr_entry
H A Dxattr.c881 if (entry1->e_hash != entry2->e_hash ||
989 entry->e_hash = cpu_to_le32(hash);
1011 if (!here->e_hash) {
1018 le32_to_cpu(here->e_hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.h43 __le32 e_hash; /* hash value of name and value */ member in struct:ext3_xattr_entry
H A Dxattr.c1174 if (entry1->e_hash != entry2->e_hash ||
1276 entry->e_hash = cpu_to_le32(hash);
1298 if (!here->e_hash) {
1305 le32_to_cpu(here->e_hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.h43 __le32 e_hash; /* hash value of name and value */ member in struct:ext4_xattr_entry
H A Dxattr.c1452 if (entry1->e_hash != entry2->e_hash ||
1553 entry->e_hash = cpu_to_le32(hash);
1575 if (!here->e_hash) {
1582 le32_to_cpu(here->e_hash);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c3097 /* e_hash must be 0 in inode's ea */
3098 if (entry->e_hash != 0) {
3099 pctx->num = entry->e_hash;
8855 /* invalid ea entry->e_hash */

Completed in 222 milliseconds