Home
last modified time | relevance | path

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

/fs/
Dfile.c316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd() argument
341 spin_lock(&oldf->file_lock); in dup_fd()
342 old_fdt = files_fdtable(oldf); in dup_fd()
349 spin_unlock(&oldf->file_lock); in dup_fd()
372 spin_lock(&oldf->file_lock); in dup_fd()
373 old_fdt = files_fdtable(oldf); in dup_fd()
397 spin_unlock(&oldf->file_lock); in dup_fd()