Home
last modified time | relevance | path

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

/fs/
Dfile.c292 struct files_struct *dup_fd(struct files_struct *oldf, int *errorp) in dup_fd() argument
315 spin_lock(&oldf->file_lock); in dup_fd()
316 old_fdt = files_fdtable(oldf); in dup_fd()
323 spin_unlock(&oldf->file_lock); in dup_fd()
346 spin_lock(&oldf->file_lock); in dup_fd()
347 old_fdt = files_fdtable(oldf); in dup_fd()
372 spin_unlock(&oldf->file_lock); in dup_fd()