Searched refs:files (Results 176 - 200 of 213) sorted by relevance

123456789

/linux-master/security/apparmor/
H A Dapparmorfs.c45 * used for static files that are always available, and which allows
171 static struct tree_descr files[] = { {""} }; local
174 error = simple_fill_super(sb, AAFS_MAGIC, files);
1131 * namespace based files
1132 * several root files and
1512 /** fns to setup dynamic per profile/namespace files **/
1860 /* rmdir calls the generic securityfs functions to remove files
2475 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) {
2513 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) {
H A Dlsm.c527 /* don't reaudit files closed during inheritance */
571 * write back to the files
964 aa_inherit_files(bprm->cred, current->files);
/linux-master/fs/reiserfs/
H A Dsuper.c408 if (sb_dqopt(s)->files[i] && quota_enabled[i])
424 * to protect file being unlinked from getting lost we "safe" link files
427 * files which almost got lost
2182 * look for files which were to be removed in previous session
2404 * We must not pack tails for quota files on reiserfs for quota
2460 struct inode *inode = sb_dqopt(sb)->files[type];
2484 * acquiring the locks... As quota files are never truncated and quota code
2485 * itself serializes the operations (and no one else should touch the files)
2491 struct inode *inode = sb_dqopt(sb)->files[type];
2507 * Quota files ar
[all...]
/linux-master/tools/testing/selftests/kvm/
H A DMakefile324 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
/linux-master/include/linux/
H A Dhisi_acc_qm.h198 struct debugfs_file files[DEBUG_FILE_NUM]; member in struct:qm_debug
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/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c3755 /* Add an array of Debug FS files.
3758 struct t4_debugfs_entry *files,
3765 debugfs_create_file(files[i].name, files[i].mode,
3767 (void *)adap + files[i].data,
3768 files[i].ops);
3757 add_debugfs_files(struct adapter *adap, struct t4_debugfs_entry *files, unsigned int nfiles) argument
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c231 /* set uid and gid of rdtgroup dirs and files to that of the creator */
1794 /* rdtgroup information files for one cache resource. */
3391 unsigned long files = 0; local
3445 files = RFTYPE_BASE | RFTYPE_CTRL;
3447 files |= RFTYPE_MON;
3449 files = RFTYPE_BASE | RFTYPE_MON;
3452 ret = rdtgroup_add_files(kn, files);
4106 * register rdtgroup filesystem, and initialize files under root directory.
/linux-master/tools/perf/util/
H A Dsession.c1693 * of old data files create in pipe mode.
2021 ui__warning("%d map information files for pre-existing threads were\n"
2530 if (data->dir.files[i].size)
2555 if (!data->dir.files[i].size)
2558 .fd = data->dir.files[i].fd,
2559 .path = data->dir.files[i].path,
2560 .data_size = data->dir.files[i].size,
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c152 * @file_mutex - lock for open files list
153 * @file_list - list of open files on given mport
2479 * mport_cdev files.
2483 unsigned int files = 0; local
2490 files++;
2493 return files;
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile43 $(eval $(call tar_download,IPTABLES,iptables,1.8.7,.tar.bz2,https://www.netfilter.org/projects/iptables/files/,c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0))
/linux-master/fs/quota/
H A Dquota_tree.c437 * files...
729 if (!sb_dqopt(dquot->dq_sb)->files[type]) {
/linux-master/tools/perf/
H A Dbuiltin-record.c1335 evlist->mmap[i].file = &rec->data.dir.files[i];
1337 evlist->overwrite_mmap[i].file = &rec->data.dir.files[i];
1638 * because per-cpu maps and files have data
1786 data->dir.files[i].size = lseek(data->dir.files[i].fd, 0, SEEK_CUR);
3533 OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
3534 "Limit number of switch output generated files"),
3573 "write collected trace data into several data files using parallel threads",
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c1076 struct debugfs_file *file = qm->debug.files + index;
1107 * hisi_qm_debug_init() - Initialize qm related debugfs files.
1108 * @qm: The qm for which we want to add debugfs files.
1110 * Create qm related debugfs files.
/linux-master/scripts/
H A Dcheckpatch.pl1163 my $files;
1175 $files = `find $root/include -name "*.h"`;
1176 @include_files = split('\n', $files);
1198 $files = `${git_command} ls-files "include/*.h"`;
1199 @include_files = split('\n', $files);
1222 my $output = `${git_command} ls-files -- $filename 2>/dev/null`;
2871 "do not modify files in include/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
2951 "do not set execute permissions for source files\
[all...]
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat697 # streams and other files that the script opens.
770 # objects and open files after removing the references.
796 """Provides data from the files that KVM creates in the kvm debugfs
810 The fields are all available KVM debugfs files
1688 the large number of files that are possibly opened.
/linux-master/drivers/md/bcache/
H A Dsuper.c2858 static const struct attribute *files[] = { local
2907 sysfs_create_files(bcache_kobj, files))
/linux-master/fs/nfs/
H A Dinode.c932 l_ctx->lockowner = current->files;
942 if (pos->lockowner != current->files)
H A Dwrite.c1200 do_flush |= l_ctx->lockowner != current->files;
/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/
H A Dopen.c287 * We can only allow pure fallocate on append only files
303 * changed since the files were opened.
498 * MAY_EXEC on regular files is denied if the fs is mounted
1249 * Block bugs where O_DIRECTORY | O_CREAT created regular files.
1503 * files pointer for this..
1550 retval = filp_flush(file, current->files);
1600 * We use this to disallow opening large files on 32bit systems if
1631 * Contrary to file descriptors of other regular files, .read() and .write()
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/fs/ceph/
H A Dxattr.c427 XATTR_NAME_CEPH(dir, files, VXATTR_FLAG_DIRSTAT),
468 /* files */
/linux-master/security/selinux/
H A Dhooks.c2421 struct files_struct *files)
2452 /* Revalidate access to inherited open files. */
2453 n = iterate_fd(files, 0, match_file, cred);
2463 } while ((n = iterate_fd(files, n, match_file, cred)) != 0);
2481 /* Close files for which the new task SID is not authorized. */
2482 flush_unauthorized_files(bprm->cred, current->files);
6875 * object based on the type. The bpf maps and programs, not like other files and
2420 flush_unauthorized_files(const struct cred *cred, struct files_struct *files) argument
/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...]

Completed in 492 milliseconds

123456789