Searched refs:entrylength (Results 1 – 13 of 13) sorted by relevance
/linux/fs/hfs/ |
H A D | dir.c | 77 if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) { in hfs_readdir() 82 hfs_bnode_read(fd.bnode, &entry, fd.entryoffset, fd.entrylength); in hfs_readdir() 88 //if (fd.entrylength < HFS_MIN_THREAD_SZ) { in hfs_readdir() 111 if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) { in hfs_readdir() 116 hfs_bnode_read(fd.bnode, &entry, fd.entryoffset, fd.entrylength); in hfs_readdir() 120 if (fd.entrylength < sizeof(struct hfs_cat_dir)) { in hfs_readdir() 129 if (fd.entrylength < sizeof(struct hfs_cat_file)) { in hfs_readdir()
|
H A D | bfind.c | 103 fd->entrylength = len - keylen; in __hfs_brec_find() 171 if (fd->entrylength > rec_len) in hfs_brec_read() 173 hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength); in hfs_brec_read() 235 fd->entrylength = len - keylen; in hfs_brec_goto()
|
H A D | catalog.c | 319 if (src_fd.entrylength > sizeof(entry) || src_fd.entrylength < 0) { in hfs_cat_move() 325 src_fd.entrylength); in hfs_cat_move() 336 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfs_cat_move()
|
H A D | super.c | 352 if (fd.entrylength != sizeof(rec.dir)) { in hfs_fill_super() 356 hfs_bnode_read(fd.bnode, &rec, fd.entryoffset, fd.entrylength); in hfs_fill_super()
|
H A D | btree.h | 84 int entryoffset, entrylength; member
|
H A D | extent.c | 129 hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength); in __hfs_ext_write_extent() 163 if (fd->entrylength != sizeof(hfs_extent_rec)) in __hfs_ext_read_extent()
|
H A D | brec.c | 195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 213 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
|
/linux/fs/hfsplus/ |
H A D | dir.c | 64 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_lookup() 71 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup() 164 if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) { in hfsplus_readdir() 170 fd.entrylength); in hfsplus_readdir() 176 if (fd.entrylength < HFSPLUS_MIN_THREAD_SZ) { in hfsplus_readdir() 198 if (fd.entrylength > sizeof(entry) || fd.entrylength < 0) { in hfsplus_readdir() 204 fd.entrylength); in hfsplus_readdir() 211 if (fd.entrylength < in hfsplus_readdir() [all...] |
H A D | bfind.c | 145 fd->entrylength = len - keylen; in __hfs_brec_find() 214 if (fd->entrylength > rec_len) in hfs_brec_read() 216 hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength); in hfs_brec_read() 278 fd->entrylength = len - keylen; in hfs_brec_goto()
|
H A D | inode.c | 512 if (fd->entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_read_inode() 538 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_read_inode() 603 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_write_inode() 632 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_write_inode()
|
H A D | brec.c | 197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 217 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
|
H A D | extents.c | 114 fd->entryoffset, fd->entrylength); in __hfsplus_ext_write_extent() 170 if (fd->entrylength != sizeof(hfsplus_extent_rec)) in __hfsplus_ext_read_extent()
|
H A D | hfsplus_fs.h | 298 int entryoffset, entrylength; member
|