Searched refs:tfp (Results 1 – 1 of 1) sorted by relevance
75 struct file *fp = NULL, *tfp = NULL; in xfs_swapext() local107 if (((tfp = fget((int)sx.sx_fdtmp)) == NULL) || in xfs_swapext()108 ((tvp = LINVFS_GET_VP(tfp->f_dentry->d_inode)) == NULL)) { in xfs_swapext()373 fput(tfp); in xfs_swapext()384 if (tfp != NULL) fput(tfp); in xfs_swapext()