Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 1510) sorted by relevance

12345678910>>...61

/linux-6.3-rc2/fs/
A Dfile.c458 struct files_struct * files = tsk->files; in exit_files() local
501 struct files_struct *files = current->files; in alloc_fd() local
578 struct files_struct *files = current->files; in put_unused_fd() local
604 struct files_struct *files = current->files; in fd_install() local
656 struct files_struct *files = current->files; in close_fd() local
808 struct files_struct *files = current->files; in close_fd_get_file() local
956 files = task->files; in task_lookup_fd_rcu()
972 files = task->files; in task_lookup_next_fd_rcu()
1004 struct files_struct *files = current->files; in __fget_light() local
1066 struct files_struct *files = current->files; in set_close_on_exec() local
[all …]
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dkvm-find-errors.sh30 files=
38 files="$files $i.diags $i"
42 files="$files $i.diags $i"
45 if test -n "$files"
47 $editor $files
59 files=
64 files="$files $i.diags $i"
67 if test -n "$files"
69 $editor $files
/linux-6.3-rc2/include/linux/
A Dfdtable.h74 #define rcu_dereference_check_fdtable(files, fdtfd) \ argument
75 rcu_dereference_check((fdtfd), lockdep_is_held(&(files)->file_lock))
77 #define files_fdtable(files) \ argument
78 rcu_dereference_check_fdtable((files), (files)->fdt)
83 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() argument
85 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in files_lookup_fd_raw()
96 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
98 return files_lookup_fd_raw(files, fd); in files_lookup_fd_locked()
101 static inline struct file *files_lookup_fd_rcu(struct files_struct *files, unsigned int fd) in files_lookup_fd_rcu() argument
105 return files_lookup_fd_raw(files, fd); in files_lookup_fd_rcu()
[all …]
/linux-6.3-rc2/scripts/
A DMakefile.clean27 __clean-files := \
28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
36 __clean-files := $(wildcard $(addprefix $(obj)/, $(__clean-files)))
41 cmd_clean = rm -rf $(__clean-files)
44 ifneq ($(strip $(__clean-files)),)
A Dleaking_addresses.pl483 my @files = readdir(DIR);
486 foreach my $file (@files) {
521 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
530 squash_by($files, 'filename');
560 my %files; # Unique filenames containing leaks.
573 cache_filename(\%files, $line);
576 return $total, \@dmesg, \%paths, \%files;
629 my ($files, $line) = @_;
636 add_to_cache($files, $filename, substr($line, $index));
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_debugfs.c75 static const struct intel_gt_debugfs_file files[] = { in gt_debugfs_register() local
80 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt); in gt_debugfs_register()
104 const struct intel_gt_debugfs_file *files, in intel_gt_debugfs_register_files() argument
108 umode_t mode = files->fops->write ? 0644 : 0444; in intel_gt_debugfs_register_files()
110 if (!files->eval || files->eval(data)) in intel_gt_debugfs_register_files()
111 debugfs_create_file(files->name, in intel_gt_debugfs_register_files()
113 files->fops); in intel_gt_debugfs_register_files()
115 files++; in intel_gt_debugfs_register_files()
/linux-6.3-rc2/tools/perf/tests/
A Dbuiltin-test-list.c35 static struct script_file *files = NULL; variable
136 files_tmp = realloc(files, in append_script()
143 files = files_tmp; in append_script()
145 files[files_num - 1].dir = strdup_check(dir); in append_script()
146 files[files_num - 1].file = strdup_check(file); in append_script()
147 files[files_num - 1].desc = strdup_check(desc); in append_script()
148 files[files_num].dir = NULL; in append_script()
149 files[files_num].file = NULL; in append_script()
150 files[files_num].desc = NULL; in append_script()
194 if (files) in list_script_files()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Ddata.c25 close(files[nr].fd); in close_dir()
26 zfree(&files[nr].path); in close_dir()
28 free(files); in close_dir()
44 files = zalloc(nr * sizeof(*files)); in perf_data__create_dir()
45 if (!files) in perf_data__create_dir()
67 data->dir.files = files; in perf_data__create_dir()
72 close_dir(files, i); in perf_data__create_dir()
116 file = realloc(files, (nr + 1) * sizeof(*files)); in perf_data__open_dir()
120 files = file; in perf_data__open_dir()
136 if (!files) in perf_data__open_dir()
[all …]
/linux-6.3-rc2/
A D.gitignore3 # NOTE! Don't add files that are generated in specific
7 # NOTE! Please use 'git ls-files -i -c --exclude-per-directory=.gitignore'
9 # any tracked files which get ignored after the change.
61 # Top-level generic files
98 # We don't want to ignore the following even if they are dot-files
109 # Generated include files
119 # quilt's files
123 # ctags files
127 # cscope files
131 # gnu global files
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dntfs3.rst14 compressed files.
25 Note: Applied to empty files, this allows to switch type between
56 - Controls the default permissions for files/directories created after
60 - :rspan:`1` Instead of specifying umask which applies both to files and
65 - "No access rules" mount option sets access rights for files/folders to
81 will be marked as system immutable files.
85 when creating and moving or renaming files. Files whose names start
86 with a dot will have the HIDDEN attribute set and files whose names
107 - Create new files as sparse.
111 NTFS partition. By default, all meta-files are hidden.
[all …]
A Dfiles.rst7 This document describes how locking for files (struct file)
8 and file descriptor table (struct files) works.
11 with a lock (files->file_lock) and reference count (files->count).
18 The files (struct file) themselves are protected using
33 and files->fdtab points to the new structure. The fdtable
46 fdt = files_fdtable(files);
87 file = files_lookup_fd_rcu(files, fd);
116 spin_lock(&files->file_lock);
117 fd = locate_fd(files, file, start);
120 fdt = files_fdtable(files);
[all …]
A Dhfs.rst26 used for creating new files. Default values: '????'.
29 Specifies the user/group that owns all files on the filesystems.
33 Specifies the umask used for all files , all directories or all
34 files and directories. Defaults to the umask of the mounting process.
58 and gid of files.
59 * You can't create hard- or symlinks, device files, sockets or FIFOs.
62 non-standard forks are represented as hidden additional files in the normal
66 * You can't create, delete or rename resource forks of files or the
70 * Copying files to a different filesystem will loose those attributes
A Decryptfs.rst8 For documentation, please see the files in the doc/ subdirectory. For
36 eCryptfs, you should copy the files to an unencrypted location and
37 then copy the files back into the new eCryptfs mount to migrate the
38 files.
45 files (i.e., /root/crypt). Then, create the mount point directory
77 or (2) directories containing files only created by eCryptfs. If you
78 mount a directory that has pre-existing files not created by eCryptfs,
A Disofs.rst10 gid=nnn All files in the partition will be in group nnn.
11 uid=nnn All files in the partition will be owned by user id nnn.
39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge
43 overriderockperm Set permissions on files and directories according to
48 hide Completely strip hidden files from the file system.
49 showassoc Show files marked with the 'associated' bit
50 unhide Deprecated; showing hidden files is now default;
/linux-6.3-rc2/include/drm/
A Ddrm_debugfs.h126 void drm_debugfs_create_files(const struct drm_info_list *files,
129 int drm_debugfs_remove_files(const struct drm_info_list *files,
136 const struct drm_debugfs_info *files, int count);
138 static inline void drm_debugfs_create_files(const struct drm_info_list *files, in drm_debugfs_create_files() argument
143 static inline int drm_debugfs_remove_files(const struct drm_info_list *files, in drm_debugfs_remove_files() argument
155 const struct drm_debugfs_info *files, in drm_debugfs_add_files() argument
/linux-6.3-rc2/Documentation/dev-tools/
A Dgcov.rst13 This will create source code files annotated with execution counts
54 To enable profiling for specific files or directories, add a line
61 - For all files in one directory::
81 The gcov kernel support creates the following files in debugfs:
84 Parent directory for all gcov-related files.
136 - all C source files + headers
139 - all C source files + headers
140 - all .gcda and .gcno files
156 - all .gcda files
157 - all links to .gcno files
[all …]
/linux-6.3-rc2/arch/mips/
A DKbuild2 # Fail on warnings - also for files referenced in subdirs
3 # -Werror can be disabled for specific files using:
17 # mips object files
18 # The object files are linked as core-y files would be linked
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-mlxreg-io8 The files are read only.
18 The files are read only.
28 The files are read only.
37 The files are read only.
79 The files are write only.
101 The files are read only.
117 The files are read only.
126 The files are read only.
145 The files are read only.
156 The files are read only.
[all …]
/linux-6.3-rc2/fs/jffs2/
A DLICENCE1 The files in this directory and elsewhere which refer to this LICENCE
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
25 these files must still be made available in accordance with section (3)
/linux-6.3-rc2/drivers/gpu/drm/qxl/
A Dqxl_debugfs.c100 struct drm_info_list *files, in qxl_debugfs_add_files() argument
106 if (qdev->debugfs[i].files == files) { in qxl_debugfs_add_files()
118 qdev->debugfs[qdev->debugfs_count].files = files; in qxl_debugfs_add_files()
122 drm_debugfs_create_files(files, nfiles, in qxl_debugfs_add_files()
/linux-6.3-rc2/io_uring/
A Dopenclose.c220 struct files_struct *files = current->files; in io_close() local
231 spin_lock(&files->file_lock); in io_close()
232 fdt = files_fdtable(files); in io_close()
234 spin_unlock(&files->file_lock); in io_close()
238 lockdep_is_held(&files->file_lock)); in io_close()
240 spin_unlock(&files->file_lock); in io_close()
246 spin_unlock(&files->file_lock); in io_close()
251 spin_unlock(&files->file_lock); in io_close()
256 ret = filp_close(file, current->files); in io_close()
/linux-6.3-rc2/fs/proc/
A Dfd.c25 struct files_struct *files = NULL; in seq_show() local
35 files = task->files; in seq_show()
36 if (files) { in seq_show()
39 spin_lock(&files->file_lock); in seq_show()
40 file = files_lookup_fd_locked(files, fd); in seq_show()
42 struct fdtable *fdt = files_fdtable(files); in seq_show()
51 spin_unlock(&files->file_lock); in seq_show()
65 show_fd_locks(m, file, files); in seq_show()
293 if (p->files) { in proc_readfd_count()
296 fdt = files_fdtable(p->files); in proc_readfd_count()
/linux-6.3-rc2/tools/testing/selftests/pstore/
A Dpstore_post_reboot_tests53 files=`ls dmesg-${backend}-*`
54 operate_files $? "$files" grep_end_trace
77 files=`ls *-${backend}-*`
78 operate_files $? "$files" rm
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/
A DMakefile31 everything : csv-files c-files csv-blank
52 csv-files : ni_values.py comedi_h.py
59 c-files : comedi_h.py
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_huc_debugfs.c28 static const struct intel_gt_debugfs_file files[] = { in intel_huc_debugfs_register() local
35 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), huc); in intel_huc_debugfs_register()

Completed in 27 milliseconds

12345678910>>...61