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

/fs/hpfs/
H A Ddnode.c794 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, function
812 hpfs_error(s, "map_nth_dirent: n too high; dnode = %08x, requested %08x", dno, n);
828 if (!(de = map_nth_dirent(s, d, 1, &qbh, NULL))) return dno;
858 if (!(de = map_nth_dirent(inode->i_sb, dno, pos, qbh, &dnode)))

Completed in 22 milliseconds