Searched refs:cache_file_node (Results 1 – 4 of 4) sorted by relevance
954 struct cache_file_node *cfn = NULL; in update_inode_to_dentry()1190 static void free_cfn(struct cache_file_node *cfn) in free_cfn()1211 static bool dentry_file_match(struct cache_file_node *cfn, const char *id, in dentry_file_match()1218 struct cache_file_node *__find_cfn(struct hmdfs_sb_info *sbi, const char *cid, in __find_cfn()1221 struct cache_file_node *cfn = NULL; in __find_cfn()1235 struct cache_file_node *create_cfn(struct hmdfs_sb_info *sbi, const char *path, in create_cfn()1238 struct cache_file_node *cfn = kzalloc(sizeof(*cfn), GFP_KERNEL); in create_cfn()1262 struct cache_file_node *cfn = NULL; in insert_cfn()1263 struct cache_file_node *exist = NULL; in insert_cfn()1338 struct cache_file_node *cfn = NULL; in cache_file_persistent()[all …]
224 struct cache_file_node { struct302 struct cache_file_node *find_cfn(struct hmdfs_sb_info *sbi, const char *cid,304 void release_cfn(struct cache_file_node *cfn);306 void remove_cfn(struct cache_file_node *cfn);
953 struct cache_file_node *cfn = NULL; in hmdfs_server_cache_revalidate()
1065 struct cache_file_node *cfn = NULL; in cache_file_show()