Lines Matching refs:folder
110 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local
112 folder = &entry->folder; in hfsplus_cat_build_record()
113 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record()
114 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record()
116 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record()
117 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record()
119 folder->create_date = in hfsplus_cat_build_record()
120 folder->content_mod_date = in hfsplus_cat_build_record()
121 folder->attribute_mod_date = in hfsplus_cat_build_record()
122 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record()
123 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_build_record()
126 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record()
127 return sizeof(*folder); in hfsplus_cat_build_record()