Home
last modified time | relevance | path

Searched refs:entrylength (Results 1 – 15 of 15) sorted by relevance

/linux/fs/hfs/ !
H A Ddir.c77 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()
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 Dcatalog.c286 int entrylength; in hfs_correct_next_unused_CNID() local
299 entrylength = len - keylen; in hfs_correct_next_unused_CNID()
301 if (entrylength > sizeof(rec)) { in hfs_correct_next_unused_CNID()
304 entrylength); in hfs_correct_next_unused_CNID()
308 hfs_bnode_read(node, &rec, entryoffset, entrylength); in hfs_correct_next_unused_CNID()
442 if (src_fd.entrylength > sizeof(entry) || src_fd.entrylength < 0) { in hfs_cat_move()
448 src_fd.entrylength); in hfs_cat_move()
459 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfs_cat_move()
H A Dbfind.c103 fd->entrylength = len - keylen; in __hfs_brec_find()
122 fd->entrylength = -1; in hfs_brec_find()
177 if (fd->entrylength > rec_len) in hfs_brec_read()
179 hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength); in hfs_brec_read()
241 fd->entrylength = len - keylen; in hfs_brec_goto()
H A Dsuper.c359 if (fd.entrylength != sizeof(rec.dir)) { in hfs_fill_super()
363 hfs_bnode_read(fd.bnode, &rec, fd.entryoffset, fd.entrylength); in hfs_fill_super()
H A Dbtree.h84 int entryoffset, entrylength; member
H A Dinode.c497 if (fd.entrylength < sizeof(struct hfs_cat_dir)) in hfs_write_inode()
511 if (fd.entrylength < sizeof(struct hfs_cat_file)) in hfs_write_inode()
520 if (fd.entrylength < sizeof(struct hfs_cat_file)) in hfs_write_inode()
H A Dextent.c129 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 Dbrec.c196 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove()
212 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
/linux/fs/hfsplus/ !
H A Ddir.c64 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()
228 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()
H A Dbfind.c145 fd->entrylength = len - keylen; in __hfs_brec_find()
165 fd->entrylength = -1; in hfs_brec_find()
220 if (fd->entrylength > rec_len) in hfs_brec_read()
222 hfs_bnode_read(fd->bnode, rec, fd->entryoffset, fd->entrylength); in hfs_brec_read()
284 fd->entrylength = len - keylen; in hfs_brec_goto()
H A Dcatalog.c469 if (src_fd.entrylength > sizeof(entry) || src_fd.entrylength < 0) { in hfsplus_rename_cat()
475 src_fd.entrylength); in hfsplus_rename_cat()
491 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfsplus_rename_cat()
H A Dinode.c562 if (fd->entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_read_inode()
590 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_read_inode()
661 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_write_inode()
690 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_write_inode()
H A Dbrec.c197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove()
217 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
H A Dextents.c114 fd->entryoffset, fd->entrylength); in __hfsplus_ext_write_extent()
170 if (fd->entrylength != sizeof(hfsplus_extent_rec)) in __hfsplus_ext_read_extent()
H A Dhfsplus_fs.h264 int entryoffset, entrylength; member