Searched refs:hpfs_readdir (Results 1 – 1 of 1) sorted by relevance
/linux/fs/hpfs/ |
H A D | dir.c | 65 static int hpfs_readdir(struct file *file, struct dir_context *ctx) in hpfs_readdir() function 128 if (hpfs_stop_cycles(inode->i_sb, ctx->pos, &c1, &c2, "hpfs_readdir")) { in hpfs_readdir() 164 hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir() 166 hpfs_error(inode->i_sb, "hpfs_readdir: bad \\377 entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir() 326 .iterate_shared = hpfs_readdir,
|