Searched refs:files (Results 1 - 25 of 213) sorted by last modified time

123456789

/linux-master/drivers/android/
H A Dbinder.c1940 filp_close(twcb->file, current->files);
4339 * new fds first and only then install the files.
/linux-master/arch/x86/kvm/
H A DMakefile48 clean-files += kvm-asm-offsets.h
/linux-master/
H A DMakefile28 # Most importantly: sub-Makefiles should only ever modify files in
36 # The only cases where we need to modify files which have global
114 # Use 'make C=1' to enable checking of only re-compiled files.
115 # Use 'make C=2' to enable checking of *all* source files, regardless
167 # Kbuild will save output files in the current working directory.
172 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
174 # If you want to save output files in a different location, there are
178 # Use "make O=dir/to/store/output/files/"
182 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
763 # Read in dependencies to all Kconfig* files, mak
[all...]
/linux-master/kernel/
H A Dfork.c422 /* SLAB cache for files_struct structures (tsk->files) */
1776 * A background process may not have any files ...
1778 oldf = current->files;
1783 tsk->files = NULL;
1796 tsk->files = newf;
3252 struct files_struct *fd = current->files;
3364 swap(current->files, new_fd);
3398 * Helper to unshare the files of the current task.
3413 old = task->files;
3415 task->files
[all...]
/linux-master/fs/fuse/
H A Dinode.c601 stbuf->f_files = attr->files;
1317 * to backing files.
1319 * with max_stack_depth > 1, the backing files can be
H A Dfile.c1584 fl_owner_t owner = current->files;
2485 * open files later for data)
2844 * All files which have been polled are linked to RB tree
2875 * RB tree. Note that files once added to the polled_files tree are
H A Ddir.c1966 inarg.lock_owner = fuse_lock_owner_id(fc, current->files);
/linux-master/fs/9p/
H A Dvfs_super.c233 buf->f_files = rs.files;
/linux-master/fs/kernfs/
H A Dfile.c25 struct list_head files; /* goes through kernfs_open_file.list */ member in struct:kernfs_open_node
219 * bin files.
506 * create one. @of is chained to the files list.
532 INIT_LIST_HEAD(&on->files);
536 list_add_tail(&of->list, &on->files);
551 * Unlink @of from list of @kn's associated open files. If list of
552 * associated open files becomes empty, disassociate and free
584 if (list_empty(&on->files)) {
629 * @of->mutex for files which implement mmap. This is a rather
639 * For similar reasons, writable and readonly files ar
[all...]
/linux-master/include/linux/
H A Dio_uring_types.h64 struct io_fixed_file *files; member in struct:io_file_table
/linux-master/net/9p/
H A Dclient.c1893 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen);
1901 "<<< RSTATFS fid %d type 0x%x bsize %u blocks %llu bfree %llu bavail %llu files %llu ffree %llu fsid %llu namelen %u\n",
1903 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen);
/linux-master/fs/f2fs/
H A Dsuper.c436 * to support legacy quotas in quota files.
556 * 2. If the compress extension specifies all files, the types specified by the non-compress
558 * 3. Don't allow the non-compress extension specifies all files.
576 f2fs_info(sbi, "Don't allow the nocompress extension specifies all files");
2603 struct inode *inode = sb_dqopt(sb)->files[type];
2658 struct inode *inode = sb_dqopt(sb)->files[type];
2778 /* Don't account quota for quota files to avoid recursion */
2834 struct address_space *mapping = dqopt->files[type]->i_mapping;
2851 truncate_inode_pages(&dqopt->files[type]->i_data, 0);
2878 inode_lock(dqopt->files[cn
[all...]
/linux-master/fs/ext4/
H A Dsuper.c2612 * to support legacy quotas in quota files.
5002 "encrypted files will use data=ordered "
5346 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */
6848 return sb_dqopt(dquot->dq_sb)->files[dquot->dq_id.type];
7001 * files. If this fails, we return success anyway since quotas
7067 /* Don't account quota for quota files to avoid recursion */
7116 struct inode *inode = sb_dqopt(sb)->files[type];
7141 * Update modification times of quota files when userspace can
7166 * acquiring the locks... As quota files are never truncated and quota code
7167 * itself serializes the operations (and no one else should touch the files)
[all...]
/linux-master/fs/cramfs/
H A Dinode.c11 * The actual compression is based on zlib, see the other files.
43 unsigned long files; member in struct:cramfs_sb_info
567 sbi->files = super->fsid.files;
571 sbi->files = 0;
684 buf->f_files = CRAMFS_SB(sb)->files;
/linux-master/security/selinux/
H A Dselinuxfs.c1585 static const struct tree_descr files[] = { local
1594 for (i = 0; i < ARRAY_SIZE(files); i++) {
1598 dentry = d_alloc_name(dir, files[i].name);
1602 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1608 inode->i_fop = files[i].ops;
1621 static const struct tree_descr files[] = { local
1625 for (i = 0; i < ARRAY_SIZE(files); i++) {
1629 dentry = d_alloc_name(dir, files[i].name);
1633 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1639 inode->i_fop = files[
[all...]
/linux-master/kernel/trace/
H A Dtrace_probe.c1961 INIT_LIST_HEAD(&tp->event->files);
2044 list_add_tail_rcu(&link->list, &tp->event->files);
2074 if (list_empty(&tp->event->files))
/linux-master/fs/
H A Dexec.c1287 /* Ensure the files table is not shared. */
1348 do_close_on_exec(me->files);
1646 /* Handle suid and sgid on files */
/linux-master/tools/lib/bpf/
H A DMakefile277 ls *.c *.h > cscope.files
288 # Delete partially updated (corrupted) files on error
295 @echo ' clean - remove all generated files'
/linux-master/scripts/package/
H A Dkernel.spec28 Summary: Header files for the Linux kernel for use by glibc
33 Kernel-headers includes the C header files that specify the interface
35 header files define structures and constants that are needed for
121 %files -f %{buildroot}/kernel.list
125 %files headers
130 %files devel
/linux-master/scripts/package/debian/
H A Drules36 mk-files = $(patsubst binary-%,debian/%.files,$1)
53 $(Q)dh_gencontrol $(DH_OPTIONS) -- -f$(call mk-files,$@)
60 $(Q)truncate -s0 $(call mk-files,$@)
67 $(Q)cat $(call mk-files,$^) > debian/files
79 $(Q)rm -rf debian/deb-env.vars* debian/*.files
/linux-master/rust/
H A DMakefile15 no-clean-files += libmacros.so
94 # and then retouch the generated files.
97 $(Q)cp $(srctree)/Documentation/images/logo.svg $(rustdoc_output)/static.files/
98 $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(rustdoc_output)/static.files/
102 -e 's:<link rel="alternate icon" type="image/png" href="[/.]+/static\.files/favicon-(16x16|32x32)-[0-9a-f]+\.png">::g' \
104 $(Q)for f in $(rustdoc_output)/static.files/rustdoc-*.css; do \
/linux-master/drivers/tty/vt/
H A DMakefile13 clean-files := consolemap_deftbl.c defkeymap.c
/linux-master/drivers/scsi/
H A DMakefile187 clean-files := 53c700_d.h 53c700_u.h
/linux-master/tools/testing/ktest/
H A Dktest.pl392 For build only tests, it is still needed to differentiate log files.
1797 my %files = (
1804 while (my ($name, $source) = each(%files)) {
2507 my @files = `git show $patch | diffstat -l`;
2509 foreach my $file (@files) {
2518 $files[$#files] = $1;
2527 foreach my $file (@files) {
/linux-master/tools/testing/selftests/kvm/
H A DMakefile324 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files

Completed in 259 milliseconds

123456789