Searched refs:autofs_dirhash (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dautofs_i.h66 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 *);
H A Ddirhash.c17 static void autofs_init_usage(struct autofs_dirhash *dh,
29 void autofs_update_usage(struct autofs_dirhash *dh,
40 struct autofs_dirhash *dh = &sbi->dirhash;
107 void autofs_initialize_hash(struct autofs_dirhash *dh) {
112 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name)
129 void autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *ent)
170 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *dh,
219 void autofs_hash_dputall(struct autofs_dirhash *dh)
H A Droot.c53 struct autofs_dirhash *dirhash;
279 struct autofs_dirhash *dh = &sbi->dirhash;
366 struct autofs_dirhash *dh = &sbi->dirhash;
393 dentry->d_time = (unsigned long)(struct autofs_dirhash *)NULL;
406 struct autofs_dirhash *dh = &sbi->dirhash;
442 struct autofs_dirhash *dh = &sbi->dirhash;

Completed in 52 milliseconds