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

/linux-master/fs/hpfs/
H A Ddir.c65 static int hpfs_readdir(struct file *file, struct dir_context *ctx) function
128 if (hpfs_stop_cycles(inode->i_sb, ctx->pos, &c1, &c2, "hpfs_readdir")) {
164 hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08lx", (unsigned long)ctx->pos);
166 hpfs_error(inode->i_sb, "hpfs_readdir: bad \\377 entry; pos = %08lx", (unsigned long)ctx->pos);
326 .iterate_shared = hpfs_readdir,

Completed in 111 milliseconds