Home
last modified time | relevance | path

Searched refs:tfp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dfrag.c75 struct file *fp = NULL, *tfp = NULL; in xfs_swapext() local
107 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()