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