Home
last modified time | relevance | path

Searched refs:dlm_direntry (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/dlm/
Ddir.c27 static void put_free_de(struct dlm_ls *ls, struct dlm_direntry *de) in put_free_de()
34 static struct dlm_direntry *get_free_de(struct dlm_ls *ls, int len) in get_free_de()
37 struct dlm_direntry *de; in get_free_de()
52 de = kzalloc(sizeof(struct dlm_direntry) + len, GFP_NOFS); in get_free_de()
58 struct dlm_direntry *de; in dlm_clear_free_entries()
62 de = list_entry(ls->ls_recover_list.next, struct dlm_direntry, in dlm_clear_free_entries()
130 static void add_entry_to_hash(struct dlm_ls *ls, struct dlm_direntry *de) in add_entry_to_hash()
138 static struct dlm_direntry *search_bucket(struct dlm_ls *ls, char *name, in search_bucket()
141 struct dlm_direntry *de; in search_bucket()
154 struct dlm_direntry *de; in dlm_dir_remove_entry()
[all …]
Ddlm_internal.h58 struct dlm_direntry;
93 struct dlm_direntry { struct