Searched refs:files (Results 126 - 150 of 213) sorted by path

123456789

/linux-master/include/linux/
H A Dquota.h524 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */ member in struct:quota_info
H A Dsched.h1103 struct files_struct *files; member in struct:task_struct
1140 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */
/linux-master/include/net/9p/
H A D9p.h231 * @P9_DMTMP: mode bit for non-backed-up files
234 * @P9_DMDEVICE: mode bit for device files (9P2000.u)
299 * @P9_QTTMP: non-backed-up files
302 * @P9_QTFILE: normal files
526 u64 files; member in struct:p9_rstatfs
/linux-master/include/uapi/linux/
H A Dfuse.h320 uint64_t files; member in struct:fuse_kstatfs
/linux-master/init/
H A Dinit_task.c113 .files = &init_files,
/linux-master/io_uring/
H A Dfiletable.c41 table->files = kvcalloc(nr_files, sizeof(table->files[0]),
43 if (unlikely(!table->files))
48 kvfree(table->files);
57 kvfree(table->files);
59 table->files = NULL;
H A Dfiletable.h39 return &table->files[i];
H A Dopenclose.c226 struct files_struct *files = current->files; local
236 spin_lock(&files->file_lock);
237 file = files_lookup_fd_locked(files, close->fd);
239 spin_unlock(&files->file_lock);
245 spin_unlock(&files->file_lock);
249 file = file_close_fd_locked(files, close->fd);
250 spin_unlock(&files->file_lock);
255 ret = filp_close(file, current->files);
/linux-master/kernel/
H A DMakefile20 # Do not trace internal ftrace files
162 clean-files := kheaders_data.tar.xz kheaders.md5
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...]
H A Dkcmp.c188 ret = kcmp_ptr(task1->files, task2->files, KCMP_FILES);
/linux-master/kernel/bpf/
H A Dtask_iter.c81 if (skip_if_dup_files && task->files == task->group_leader->files)
128 task->files == task->group_leader->files) {
/linux-master/kernel/cgroup/
H A Dcgroup.c645 * files are drained before a css is disassociated with a cgroup,
1692 * css_clear_dir - remove subsys files in a cgroup directory
1723 * css_populate_dir - create subsys files in a cgroup directory
3879 /* show or hide {cpu,memory,io,irq}.pressure files */
4082 * files in an non-init namespace root from inside the namespace
4083 * except for the files explicitly marked delegatable -
4223 * cgroup_addrm_files - add or remove files to a cgroup directory
4229 * Depending on @is_add, add or remove files defined by @cfts on @cgrp.
4279 /* add/rm files for all cgroups created before */
4434 * Similar to cgroup_add_cftypes() but the added files ar
7012 show_delegatable_files(struct cftype *files, char *buf, ssize_t size, const char *prefix) argument
[all...]
H A Dlegacy_freezer.c459 static struct cftype files[] = { variable in typeref:struct:cftype
486 .legacy_cftypes = files,
/linux-master/kernel/sched/
H A Dcpuacct.c292 static struct cftype files[] = { variable in typeref:struct:cftype
361 .legacy_cftypes = files,
/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))
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/lib/
H A DMakefile8 # These files are disabled because they produce lots of non-interesting and/or
138 # Some KUnit files (hooks.o) need to be built-in even when KUnit is a module,
324 clean-files := crc32table.h
325 clean-files += crc64table.h
357 clean-files += oid_registry_data.c
426 clean-files += $(TEST_FORTIFY_LOGS)
427 clean-files += $(addsuffix .o, $(TEST_FORTIFY_LOGS))
439 clean-files += $(TEST_FORTIFY_LOG)
/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/net/core/
H A Dnetclassid_cgroup.c99 fd = iterate_fd(p->files, fd, update_classid_sock, &ctx);
H A Dnetprio_cgroup.c238 iterate_fd(p->files, 0, update_netprio, v);
/linux-master/net/sunrpc/
H A Drpc_pipe.c651 const struct rpc_filelist *files,
660 name.name = files[i].name;
661 name.len = strlen(files[i].name);
683 const struct rpc_filelist *files,
689 __rpc_depopulate(parent, files, start, eof);
694 const struct rpc_filelist *files,
704 dentry = __rpc_lookup_create_exclusive(parent, files[i].name);
708 switch (files[i].mode & S_IFMT) {
713 files[i].mode,
714 files[
650 __rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
682 rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
693 rpc_populate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof, void *private) argument
1149 static const struct rpc_filelist files[] = { variable in typeref:struct:rpc_filelist
[all...]
/linux-master/net/wireless/
H A DMakefile61 clean-files += shipped-certs.c extra-certs.c
/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/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)

Completed in 381 milliseconds

123456789