Searched refs:files (Results 151 - 175 of 213) sorted by relevance

123456789

/linux-master/include/linux/
H A Dio_uring_types.h64 struct io_fixed_file *files; member in struct:io_file_table
/linux-master/arch/powerpc/boot/
H A DMakefile107 # files. This creates a bit of a dependency headache since we need to copy
108 # these files into the build dir, fix up any includes and ensure that dependent
109 # files are copied in the right order.
224 clean-files := $(zlib-) $(zlibheader-) $(zliblinuxheader-) \
440 # Needed for the above targets to work with dts/fsl/ files
455 clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \
460 # clean up files cached by wrapper
464 # clean-files are relative to $(obj).
465 clean-files += $(addprefix ../../../, $(clean-kernel))
/linux-master/samples/bpf/
H A DMakefile277 clean-files += syscall_nrs.h
347 clean-files += vmlinux.h
350 # '--target=bpf'. This fixes "missing" files on some architectures/distros,
374 clean-files += $(LINKED_SKELS)
/linux-master/fs/jfs/
H A Dsuper.c375 /* if set to 1, even copying files will cause
726 * acquiring the locks... As quota files are never truncated and quota code
727 * itself serializes the operations (and no one else should touch the files)
732 struct inode *inode = sb_dqopt(sb)->files[type];
776 struct inode *inode = sb_dqopt(sb)->files[type];
855 struct inode *inode = sb_dqopt(sb)->files[type];
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c970 spin_lock_init(&dbg->files[indx].lock);
971 dbg->files[indx].debug = dbg;
972 dbg->files[indx].type = type;
973 dbg->files[indx].index = indx;
975 dbg->files + indx, &hpre_ctrl_debug_fops);
/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/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/
H A Dselect.c430 fdt = files_fdtable(current->files);
642 fdt = files_fdtable(current->files);
1210 fdt = files_fdtable(current->files);
H A Dsplice.c13 * Jens to support splicing to files, network, direct splicing, etc and
483 if (pipe->files)
762 if (pipe->files)
912 if (pipe->files)
1214 * do_splice_direct - splices data directly between two files
1239 * splice_file_range - splices data between two files for copy_file_range()
/linux-master/arch/arm/mach-omap2/
H A DMakefile226 clean-files += pm-asm-offsets.h
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c6 /* libc-specific include files
771 const char * const files[] = { local
783 for (i = 0; files[i] != NULL; i++) {
784 ret = fd = open(files[i], O_RDONLY);
793 ret = stat(files[i], &stat_buf);
/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs37 -k generate files for kernel space consumption
/linux-master/scripts/
H A Dcheck-uapi.sh24 will use any dirty changes in tree to UAPI files. If there are no
144 # Get list of files installed in $ref
171 # The makefile also skips all asm-generic files, but prints "asm-generic/%"
/linux-master/arch/powerpc/kernel/
H A DMakefile223 clean-files := vmlinux.lds
/linux-master/include/uapi/linux/
H A Dfuse.h320 uint64_t files; member in struct:fuse_kstatfs
/linux-master/drivers/scsi/
H A DMakefile187 clean-files := 53c700_d.h 53c700_u.h
/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/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/Documentation/sphinx/
H A Dparse-headers.pl371 documentation files that describe the API. It accepts an optional
/linux-master/fs/proc/
H A Darray.c174 if (p->files)
175 max_fds = files_fdtable(p->files)->max_fds;
/linux-master/fs/ext2/
H A Dsuper.c1296 * Open but unlinked files present? Keep EXT2_VALID_FS flag cleared
1482 * acquiring the locks... As quota files are never truncated and quota code
1483 * itself serializes the operations (and no one else should touch the files)
1488 struct inode *inode = sb_dqopt(sb)->files[type];
1532 struct inode *inode = sb_dqopt(sb)->files[type];
1603 struct inode *inode = sb_dqopt(sb)->files[type];
/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/ext4/
H A Dorphan.c120 * Orphan handling is only valid for files with data blocks
121 * being truncated, or files being unlinked. Note that we either
503 if (sb_dqopt(sb)->files[i])
/linux-master/arch/s390/boot/
H A Dhead.S97 # reset files in VM reader
/linux-master/include/linux/ceph/
H A Dceph_fs.h598 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member in struct:ceph_mds_reply_inode
922 __le64 max_files; /* quota max. files */

Completed in 279 milliseconds

123456789