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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dautofs_i.h134 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *,off_t *,struct autofs_dir_ent *);
H A Ddirhash.c169 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *dh, function
182 DPRINTK(("autofs_hash_enum: bucket %d, entry %d\n", bucket, ecount));
205 printk("autofs_hash_enum: nothing found\n");
207 printk("autofs_hash_enum: found hash %08x, name", ent->hash);
H A Droot.c70 while (onr = nr, ent = autofs_hash_enum(dirhash,&nr,ent)) {

Completed in 55 milliseconds