entrylength        88 fs/hfs/bfind.c 	fd->entrylength = len - keylen;
entrylength       156 fs/hfs/bfind.c 	if (fd->entrylength > rec_len)
entrylength       158 fs/hfs/bfind.c 	hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength);
entrylength       220 fs/hfs/bfind.c 	fd->entrylength = len - keylen;
entrylength       195 fs/hfs/brec.c  		fd->record, fd->keylength + fd->entrylength);
entrylength       213 fs/hfs/brec.c  	size = fd->keylength + fd->entrylength;
entrylength        77 fs/hfs/btree.h 	int entryoffset, entrylength;
entrylength       319 fs/hfs/catalog.c 	if (src_fd.entrylength > sizeof(entry) || src_fd.entrylength < 0) {
entrylength       325 fs/hfs/catalog.c 			    src_fd.entrylength);
entrylength       336 fs/hfs/catalog.c 	err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength);
entrylength        77 fs/hfs/dir.c   		if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) {
entrylength        82 fs/hfs/dir.c   		hfs_bnode_read(fd.bnode, &entry, fd.entryoffset, fd.entrylength);
entrylength       111 fs/hfs/dir.c   		if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) {
entrylength       116 fs/hfs/dir.c   		hfs_bnode_read(fd.bnode, &entry, fd.entryoffset, fd.entrylength);
entrylength       120 fs/hfs/dir.c   			if (fd.entrylength < sizeof(struct hfs_cat_dir)) {
entrylength       129 fs/hfs/dir.c   			if (fd.entrylength < sizeof(struct hfs_cat_file)) {
entrylength       129 fs/hfs/extent.c 		hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength);
entrylength       163 fs/hfs/extent.c 	if (fd->entrylength != sizeof(hfs_extent_rec))
entrylength       462 fs/hfs/inode.c 		if (fd.entrylength < sizeof(struct hfs_cat_dir))
entrylength       483 fs/hfs/inode.c 		if (fd.entrylength < sizeof(struct hfs_cat_file))
entrylength       422 fs/hfs/super.c 		if (fd.entrylength > sizeof(rec) || fd.entrylength < 0) {
entrylength       426 fs/hfs/super.c 		hfs_bnode_read(fd.bnode, &rec, fd.entryoffset, fd.entrylength);
entrylength       156 fs/hfsplus/bfind.c 	fd->entrylength = len - keylen;
entrylength       225 fs/hfsplus/bfind.c 	if (fd->entrylength > rec_len)
entrylength       227 fs/hfsplus/bfind.c 	hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength);
entrylength       289 fs/hfsplus/bfind.c 	fd->entrylength = len - keylen;
entrylength       197 fs/hfsplus/brec.c 		fd->record, fd->keylength + fd->entrylength);
entrylength       217 fs/hfsplus/brec.c 	size = fd->keylength + fd->entrylength;
entrylength       469 fs/hfsplus/catalog.c 	if (src_fd.entrylength > sizeof(entry) || src_fd.entrylength < 0) {
entrylength       475 fs/hfsplus/catalog.c 				src_fd.entrylength);
entrylength       491 fs/hfsplus/catalog.c 	err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength);
entrylength        64 fs/hfsplus/dir.c 		if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) {
entrylength        71 fs/hfsplus/dir.c 		if (fd.entrylength < sizeof(struct hfsplus_cat_file)) {
entrylength       164 fs/hfsplus/dir.c 		if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) {
entrylength       170 fs/hfsplus/dir.c 			fd.entrylength);
entrylength       176 fs/hfsplus/dir.c 		if (fd.entrylength < HFSPLUS_MIN_THREAD_SZ) {
entrylength       198 fs/hfsplus/dir.c 		if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) {
entrylength       204 fs/hfsplus/dir.c 			fd.entrylength);
entrylength       211 fs/hfsplus/dir.c 			if (fd.entrylength <
entrylength       228 fs/hfsplus/dir.c 			if (fd.entrylength < sizeof(struct hfsplus_cat_file)) {
entrylength       114 fs/hfsplus/extents.c 				fd->entryoffset, fd->entrylength);
entrylength       170 fs/hfsplus/extents.c 	if (fd->entrylength != sizeof(hfsplus_extent_rec))
entrylength       293 fs/hfsplus/hfsplus_fs.h 	int entryoffset, entrylength;
entrylength       500 fs/hfsplus/inode.c 		if (fd->entrylength < sizeof(struct hfsplus_cat_folder))
entrylength       521 fs/hfsplus/inode.c 		if (fd->entrylength < sizeof(struct hfsplus_cat_file))
entrylength       579 fs/hfsplus/inode.c 		if (fd.entrylength < sizeof(struct hfsplus_cat_folder))
entrylength       605 fs/hfsplus/inode.c 		if (fd.entrylength < sizeof(struct hfsplus_cat_file))