Searched refs:files (Results 76 - 100 of 213) sorted by relevance

123456789

/linux-master/arch/sparc/boot/
H A DMakefile12 clean-files := System.map
/linux-master/net/wireless/
H A DMakefile61 clean-files += shipped-certs.c extra-certs.c
/linux-master/fs/ntfs3/
H A Ddir.c297 /* Skip meta files. Unless option to show metafiles is set. */
509 size_t *files)
556 if (!dirs && !files)
592 if (files)
593 *files = fles;
508 ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, size_t *files) argument
/linux-master/arch/x86/lib/
H A DMakefile3 # Makefile for x86 specific library files.
27 clean-files := inat-tables.c
/linux-master/drivers/net/wan/
H A DMakefile32 clean-files := wanxlfw.inc
/linux-master/kernel/trace/
H A Dtrace_probe.h253 struct list_head files; member in struct:trace_probe_event
345 return !!list_is_singular(&tp->event->files);
379 list_for_each_entry(pos, &(tp)->event->files, list)
381 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
/linux-master/Documentation/devicetree/bindings/
H A DMakefile76 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/linux-master/arch/x86/kvm/
H A DMakefile48 clean-files += kvm-asm-offsets.h
/linux-master/scripts/
H A Ddocumentation-file-ref-check4 # Treewide grep for references to files under Documentation, and report
5 # non-existing files in stderr.
97 # It doesn't make sense to parse hidden files
232 print STDERR "WARNING: Won't auto-replace, as found multiple files close to $ref:\n";
H A Dget_feat.pl505 # Parses all feature files located at $prefix dir
544 get_feat.pl - parse the Linux Feature files and produce a ReST book.
562 B<validate> - validate the contents of the files under
586 Changes the location of the Feature files. By default, it uses
591 Prints the file name of the feature files. This can be used in order to
611 Parse the Linux feature files from Documentation/features (by default),
H A Dget_maintainer.pl8 # the files modified in a patch or for a file
75 my @files = ();
153 "file_exists_cmd" => "git ls-files \$file",
154 "list_files_cmd" => "git ls-files \$file",
183 "file_exists_cmd" => "hg files \$file",
281 'find-maintainer-files' => \$find_maintainer_files,
421 my @files = readdir(DIR);
423 foreach my $file (@files) {
432 die "$P: No MAINTAINER files found in '$path'\n" if (scalar(@mfiles) == 0);
554 push(@files,
[all...]
H A Dspdxcheck.py36 self.files = []
45 self.files.append(fname)
217 # Special case for SH magic boot code files
332 ap.add_argument('-f', '--files', action='store_true',
333 help='Show files without SPDX.')
404 sys.stderr.write('License files: %12d\n' %spdx.license_files)
405 sys.stderr.write('Exception files: %12d\n' %spdx.exception_files)
433 if ndirs and ndirs != dirsok and args.files:
439 for f in sorted(di.files):
/linux-master/kernel/sched/
H A Dcpuacct.c292 static struct cftype files[] = { variable in typeref:struct:cftype
361 .legacy_cftypes = files,
/linux-master/usr/
H A Dgen_initramfs.sh22 directory. "squash" forces all files to uid 0.
25 directory. "squash" forces all files to gid 0.
182 # If a directory is specified then add all files in it to fs
204 "-l") # files included in initramfs - used by kbuild
248 # we are careful to delete tmp files
/linux-master/kernel/
H A Dkcmp.c188 ret = kcmp_ptr(task1->files, task2->files, KCMP_FILES);
/linux-master/security/
H A Dinode.c42 static const struct tree_descr files[] = {{""}}; local
45 error = simple_fill_super(sb, SECURITYFS_MAGIC, files);
292 * removed. No automatic cleanup of files will happen when a module is
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c185 const struct spufs_tree_descr *files, umode_t mode,
188 while (files->name && files->name[0]) {
190 struct dentry *dentry = d_alloc_name(dir, files->name);
193 ret = spufs_new_file(dir->d_sb, dentry, files->ops,
194 files->mode & mode, files->size, ctx);
197 files++;
184 spufs_fill_dir(struct dentry *dir, const struct spufs_tree_descr *files, umode_t mode, struct spu_context *ctx) argument
H A Dcoredump.c57 * context files in the spu context.
62 * open the files.
65 * descriptor table is not shared, so files can't change or go away.
71 int n = iterate_fd(current->files, *fd, match_context, NULL);
/linux-master/scripts/package/
H A Dmkdebian204 files, version: $version.
226 This package provides kernel header files for $version on $debarch
/linux-master/scripts/gdb/linux/
H A Dsymbols.py78 for root, dirs, files in os.walk(path):
79 for name in files:
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh106 checkarg --configs-rcutorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
111 checkarg --configs-locktorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
116 checkarg --configs-scftorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
630 # KASAN vmlinux files can approach 1GB in size, so compress them.
631 echo Looking for K[AC]SAN files to compress: `date` > "$tdir/log-xz" 2>&1
645 echo Size before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "$tdir/log-xz" | tee -a $T/log
648 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1
670 # vmlinux files from corresponding scenarios.
671 echo Linking vmlinux.xz files to re-use scenarios `date` | tee -a "$tdir/log-xz" | tee -a $T/log
685 echo Size after compressing $n2compress files
[all...]
/linux-master/fs/ocfs2/
H A Dquota_local.c159 /* Check whether we understand format of quota files */
169 struct inode *linode = sb_dqopt(sb)->files[type];
584 /* Recover local quota files for given node different from us */
691 struct inode *lqinode = sb_dqopt(sb)->files[type];
799 status = ocfs2_modify_bh(sb_dqopt(sb)->files[type], bh, olq_update_info,
855 status = ocfs2_modify_bh(sb_dqopt(sb)->files[type],
862 ocfs2_inode_unlock(sb_dqopt(sb)->files[type], 1);
898 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type];
967 struct inode *lqinode = sb_dqopt(sb)->files[type];
1099 struct inode *lqinode = sb_dqopt(sb)->files[typ
[all...]
/linux-master/fs/nfsd/
H A Dnfsctl.c1268 const struct tree_descr *files,
1278 for (i = 0; files->name && files->name[0]; i++, files++) {
1279 dentry = d_alloc_name(root, files->name);
1283 S_IFREG | files->mode);
1289 inode->i_fop = files->ops;
1306 const struct tree_descr *files,
1318 ret = nfsdfs_create_files(dentry, files, ncl, fdentries);
1267 nfsdfs_create_files(struct dentry *root, const struct tree_descr *files, struct nfsdfs_client *ncl, struct dentry **fdentries) argument
1304 nfsd_client_mkdir(struct nfsd_net *nn, struct nfsdfs_client *ncl, u32 id, const struct tree_descr *files, struct dentry **fdentries) argument
/linux-master/fs/
H A Dlocks.c528 fl->c.flc_owner = current->files;
1652 * This is to force NFS clients to flush their caches for files with
1759 * on files open for execution.)
1948 * to close files that it may have cached when there is an attempt to set a
2457 struct files_struct *files = current->files; local
2463 spin_lock(&files->file_lock);
2464 f = files_lookup_fd_locked(files, fd);
2465 spin_unlock(&files->file_lock);
2580 struct files_struct *files local
2900 __show_fd_locks(struct seq_file *f, struct list_head *head, int *id, struct file *filp, struct files_struct *files) argument
2919 show_fd_locks(struct seq_file *f, struct file *filp, struct files_struct *files) argument
[all...]
/linux-master/include/linux/
H A Dpipe_fs_i.h48 * @files: number of struct file referring this pipe (protected by ->i_lock)
68 unsigned int files; member in struct:pipe_inode_info

Completed in 434 milliseconds

123456789