Home
last modified time | relevance | path

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

/fs/
Dfile.c293 struct files_struct *dup_fd(struct files_struct *oldf, int *errorp) in dup_fd() argument
317 spin_lock(&oldf->file_lock); in dup_fd()
318 old_fdt = files_fdtable(oldf); in dup_fd()
325 spin_unlock(&oldf->file_lock); in dup_fd()
353 spin_lock(&oldf->file_lock); in dup_fd()
354 old_fdt = files_fdtable(oldf); in dup_fd()
381 spin_unlock(&oldf->file_lock); in dup_fd()