Home
last modified time | relevance | path

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

/fs/
Dfile.c272 struct files_struct *dup_fd(struct files_struct *oldf, int *errorp) in dup_fd() argument
297 spin_lock(&oldf->file_lock); in dup_fd()
298 old_fdt = files_fdtable(oldf); in dup_fd()
305 spin_unlock(&oldf->file_lock); in dup_fd()
328 spin_lock(&oldf->file_lock); in dup_fd()
329 old_fdt = files_fdtable(oldf); in dup_fd()
353 spin_unlock(&oldf->file_lock); in dup_fd()