Searched refs:hpfs_add_pos (Results 1 – 3 of 3) sorted by relevance
48 if (unlikely(hpfs_add_pos(i, &filp->f_pos) < 0)) { in hpfs_dir_lseek()149 ret = hpfs_add_pos(inode, &file->f_pos); in hpfs_readdir()
245 int hpfs_add_pos(struct inode *, loff_t *);
25 int hpfs_add_pos(struct inode *inode, loff_t *pos) in hpfs_add_pos() function