Searched refs:autofs_dirhash (Results 1 – 3 of 3) sorted by relevance
/fs/autofs/ |
D | autofs_i.h | 66 struct autofs_dirhash { struct 110 struct autofs_dirhash dirhash; /* Root directory hash */ 130 void autofs_initialize_hash(struct autofs_dirhash *); 131 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *,struct qstr *); 132 void autofs_hash_insert(struct autofs_dirhash *,struct autofs_dir_ent *); 134 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *,off_t *,struct autofs_dir_ent… 135 void autofs_hash_dputall(struct autofs_dirhash *); 140 void autofs_update_usage(struct autofs_dirhash *,struct autofs_dir_ent *);
|
D | dirhash.c | 17 static void autofs_init_usage(struct autofs_dirhash *dh, in autofs_init_usage() 29 void autofs_update_usage(struct autofs_dirhash *dh, in autofs_update_usage() 40 struct autofs_dirhash *dh = &sbi->dirhash; in autofs_expire() 106 void autofs_initialize_hash(struct autofs_dirhash *dh) { in autofs_initialize_hash() 111 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name) in autofs_hash_lookup() 128 void autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) in autofs_hash_insert() 169 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *dh, in autofs_hash_enum() 218 void autofs_hash_dputall(struct autofs_dirhash *dh) in autofs_hash_dputall()
|
D | root.c | 46 struct autofs_dirhash *dirhash; in autofs_root_readdir() 272 struct autofs_dirhash *dh = &sbi->dirhash; in autofs_root_symlink() 359 struct autofs_dirhash *dh = &sbi->dirhash; in autofs_root_unlink() 386 dentry->d_time = (unsigned long)(struct autofs_dirhash *)NULL; in autofs_root_unlink() 399 struct autofs_dirhash *dh = &sbi->dirhash; in autofs_root_rmdir() 435 struct autofs_dirhash *dh = &sbi->dirhash; in autofs_root_mkdir()
|