Lines Matching defs:files
547 fl->c.flc_owner = current->files;
623 * on files open for execution.)
1717 * This is to force NFS clients to flush their caches for files with
1994 * to close files that it may have cached when there is an attempt to set a
2539 struct files_struct *files = current->files;
2545 spin_lock(&files->file_lock);
2546 f = files_lookup_fd_locked(files, fd);
2547 spin_unlock(&files->file_lock);
2549 locks_remove_posix(filp, files);
2661 struct files_struct *files = current->files;
2667 spin_lock(&files->file_lock);
2668 f = files_lookup_fd_locked(files, fd);
2669 spin_unlock(&files->file_lock);
2671 locks_remove_posix(filp, files);
2981 struct file *filp, struct files_struct *files)
2989 if (fl->flc_owner != files && fl->flc_owner != filp)
2999 struct file *filp, struct files_struct *files)
3010 __show_fd_locks(f, &ctx->flc_flock, &id, filp, files);
3011 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files);
3012 __show_fd_locks(f, &ctx->flc_lease, &id, filp, files);