Lines Matching refs:file
52 rec->file.Flags = HFS_FIL_USED | HFS_FIL_THD; in hfs_cat_build_record()
54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record()
55 rec->file.FlNum = cpu_to_be32(cnid); in hfs_cat_build_record()
56 rec->file.CrDat = mtime; in hfs_cat_build_record()
57 rec->file.MdDat = mtime; in hfs_cat_build_record()
58 rec->file.BkDat = 0; in hfs_cat_build_record()
59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type; in hfs_cat_build_record()
60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator; in hfs_cat_build_record()
241 struct hfs_cat_file file; in hfs_cat_delete() local
242 hfs_bnode_read(fd.bnode, &file, fd.entryoffset, sizeof(file)); in hfs_cat_delete()
243 if (be32_to_cpu(file.FlNum) == cnid) { in hfs_cat_delete()
245 hfs_free_fork(sb, &file, HFS_FK_DATA); in hfs_cat_delete()
247 hfs_free_fork(sb, &file, HFS_FK_RSRC); in hfs_cat_delete()
255 rd->file->f_pos--; in hfs_cat_delete()
356 if (type == HFS_CDR_FIL && !(entry.file.Flags & HFS_FIL_THD)) in hfs_cat_move()