Searched refs:hpfs_readdir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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() 324 .iterate_shared = hpfs_readdir,
|
/kernel/linux/linux-6.6/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() 324 .iterate_shared = hpfs_readdir,
|
Completed in 3 milliseconds