Searched refs:cache_file_node (Results 1 – 4 of 4) sorted by relevance
224 struct cache_file_node { struct301 struct cache_file_node *find_cfn(struct hmdfs_sb_info *sbi, const char *cid,303 void release_cfn(struct cache_file_node *cfn);305 void remove_cfn(struct cache_file_node *cfn);
931 struct cache_file_node *cfn = NULL; in update_inode_to_dentry()1167 static void free_cfn(struct cache_file_node *cfn) in free_cfn()1176 static bool dentry_file_match(struct cache_file_node *cfn, const char *id, in dentry_file_match()1189 struct cache_file_node *__find_cfn(struct hmdfs_sb_info *sbi, const char *cid, in __find_cfn()1192 struct cache_file_node *cfn = NULL; in __find_cfn()1204 struct cache_file_node *create_cfn(struct hmdfs_sb_info *sbi, const char *path, in create_cfn()1207 struct cache_file_node *cfn = kzalloc(sizeof(*cfn), GFP_KERNEL); in create_cfn()1231 struct cache_file_node *cfn = NULL; in insert_cfn()1232 struct cache_file_node *exist = NULL; in insert_cfn()1307 struct cache_file_node *cfn = NULL; in cache_file_persistent()[all …]
958 struct cache_file_node *cfn = NULL; in hmdfs_server_cache_revalidate()
1115 struct cache_file_node *cfn = NULL; in cache_file_show()