hint_last_off     288 drivers/staging/exfat/exfat.h 	s32       hint_last_off;
hint_last_off    3300 drivers/staging/exfat/exfat_core.c 	fid->hint_last_off = -1;
hint_last_off    3350 drivers/staging/exfat/exfat_core.c 	fid->hint_last_off = -1;
hint_last_off     593 drivers/staging/exfat/exfat_super.c 		fid->hint_last_off = -1;
hint_last_off     619 drivers/staging/exfat/exfat_super.c 		fid->hint_last_off = -1;
hint_last_off     738 drivers/staging/exfat/exfat_super.c 			if ((clu_offset > 0) && (fid->hint_last_off > 0) &&
hint_last_off     739 drivers/staging/exfat/exfat_super.c 			    (clu_offset >= fid->hint_last_off)) {
hint_last_off     740 drivers/staging/exfat/exfat_super.c 				clu_offset -= fid->hint_last_off;
hint_last_off     754 drivers/staging/exfat/exfat_super.c 		fid->hint_last_off = (s32)(fid->rwoffset >>
hint_last_off     880 drivers/staging/exfat/exfat_super.c 			if ((clu_offset > 0) && (fid->hint_last_off > 0) &&
hint_last_off     881 drivers/staging/exfat/exfat_super.c 			    (clu_offset >= fid->hint_last_off)) {
hint_last_off     882 drivers/staging/exfat/exfat_super.c 				clu_offset -= fid->hint_last_off;
hint_last_off     939 drivers/staging/exfat/exfat_super.c 		fid->hint_last_off = (s32)(fid->rwoffset >>
hint_last_off    1179 drivers/staging/exfat/exfat_super.c 	fid->hint_last_off = -1;
hint_last_off    1780 drivers/staging/exfat/exfat_super.c 		if ((clu_offset > 0) && (fid->hint_last_off > 0) &&
hint_last_off    1781 drivers/staging/exfat/exfat_super.c 		    (clu_offset >= fid->hint_last_off)) {
hint_last_off    1782 drivers/staging/exfat/exfat_super.c 			clu_offset -= fid->hint_last_off;
hint_last_off    1877 drivers/staging/exfat/exfat_super.c 	fid->hint_last_off = (s32)(fid->rwoffset >> p_fs->cluster_size_bits);
hint_last_off    1997 drivers/staging/exfat/exfat_super.c 			if ((clu_offset > 0) && (fid->hint_last_off > 0) &&
hint_last_off    1998 drivers/staging/exfat/exfat_super.c 			    (clu_offset >= fid->hint_last_off)) {
hint_last_off    1999 drivers/staging/exfat/exfat_super.c 				clu_offset -= fid->hint_last_off;
hint_last_off    2090 drivers/staging/exfat/exfat_super.c 				fid->hint_last_off = dentry >>
hint_last_off    3800 drivers/staging/exfat/exfat_super.c 	EXFAT_I(inode)->fid.hint_last_off = -1;