Searched refs:f_path (Results 1 - 25 of 153) sorted by relevance

1234567

/linux-master/tools/hv/
H A Dvmbus_testing148 for f_path in glob.iglob(path + '**/*'):
149 if (os.path.isfile(f_path)):
150 if (f_path.rsplit("/",2)[0] == debugfs_hyperv_path):
151 directory = f_path.rsplit("/",1)[0]
153 directory = f_path.rsplit("/",2)[0]
154 f_name = f_path.split("/")[-1]
156 file_map[directory].update({f_name:f_path})
158 file_map[directory] = {f_name:f_path}
159 elif (os.path.isdir(f_path)):
160 recursive_file_lookup(f_path,file_ma
[all...]
/linux-master/sound/soc/sof/
H A Dsof-client-ipc-kernel-injector.c28 int ret = debugfs_file_get(file->f_path.dentry);
35 debugfs_file_put(file->f_path.dentry);
78 debugfs_file_put(file->f_path.dentry);
H A Dsof-client-ipc-flood-test.c44 ret = debugfs_file_get(file->f_path.dentry);
50 debugfs_file_put(file->f_path.dentry);
180 dentry = file->f_path.dentry;
252 dentry = file->f_path.dentry;
271 debugfs_file_put(file->f_path.dentry);
H A Dsof-client-ipc-msg-injector.c41 ret = debugfs_file_get(file->f_path.dentry);
47 debugfs_file_put(file->f_path.dentry);
226 debugfs_file_put(file->f_path.dentry);
/linux-master/fs/efivarfs/
H A Dfile.c49 d_delete(file->f_path.dentry);
50 dput(file->f_path.dentry);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_d_path.c57 ret = bpf_d_path(&file->f_path,
H A Dfind_vma.c28 vma->vm_file->f_path.dentry->d_iname);
H A Dbpf_iter_task_vmas.c52 bpf_d_path(&file->f_path, d_path_buf, D_PATH_BUF_SIZE);
/linux-master/fs/hfsplus/
H A Dioctl.c29 struct dentry *dentry = file->f_path.dentry;
/linux-master/include/trace/events/
H A Dhuge_memory.h185 __string(filename, file->f_path.dentry->d_iname)
194 __assign_str(filename, file->f_path.dentry->d_iname);
220 __string(filename, file->f_path.dentry->d_iname)
231 __assign_str(filename, file->f_path.dentry->d_iname);
/linux-master/security/tomoyo/
H A Dtomoyo.c111 &bprm->file->f_path, O_RDONLY);
147 return tomoyo_path_truncate(&file->f_path);
317 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path,
334 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path,
350 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd);
/linux-master/security/landlock/
H A Dsyscalls.c288 (f.file->f_path.mnt->mnt_flags & MNT_INTERNAL) ||
289 (f.file->f_path.dentry->d_sb->s_flags & SB_NOUSER) ||
290 d_is_negative(f.file->f_path.dentry) ||
291 IS_PRIVATE(d_backing_inode(f.file->f_path.dentry))) {
295 *path = f.file->f_path;
/linux-master/fs/cachefiles/
H A Dinterface.c146 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
156 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
247 ret = vfs_truncate(&file->f_path, dio_size);
252 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry);
267 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry);
428 old_file->f_path.dentry,
H A Dxattr.c49 dentry = file->f_path.dentry;
97 struct dentry *dentry = file->f_path.dentry;
/linux-master/fs/ecryptfs/
H A Dfile.c41 path = ecryptfs_dentry_to_lower_path(file->f_path.dentry);
66 path = ecryptfs_dentry_to_lower_path(in->f_path.dentry);
214 struct dentry *ecryptfs_dentry = file->f_path.dentry;
281 struct dentry *ecryptfs_dentry = file->f_path.dentry;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c107 ret = debugfs_file_get(file->f_path.dentry);
157 debugfs_file_put(file->f_path.dentry);
176 ret = debugfs_file_get(file->f_path.dentry);
192 debugfs_file_put(file->f_path.dentry);
/linux-master/fs/
H A Dopen.c166 dentry = file->f_path.dentry;
588 if (!d_can_lookup(f.file->f_path.dentry))
593 set_fs_pwd(current->fs, &f.file->f_path);
666 return chmod_common(&file->f_path, mode);
858 error = chown_common(&file->f_path, user, group);
887 error = mnt_get_write_access(f->f_path.mnt);
898 mnt_put_write_access(f->f_path.mnt);
911 path_get(&f->f_path);
1020 path_put(&f->f_path);
1021 f->f_path
[all...]
H A Dfile_table.c287 file->f_path = *path;
386 struct file *f = alloc_file(&base->f_path, flags, fops);
388 path_get(&f->f_path);
398 struct dentry *dentry = file->f_path.dentry;
399 struct vfsmount *mnt = file->f_path.mnt;
/linux-master/kernel/
H A Dacct.c128 if (vfs_statfs(&acct->file->f_path, &sbuf))
243 internal = mnt_clone_internal(&file->f_path);
256 mnt = file->f_path.mnt;
257 file->f_path.mnt = internal;
/linux-master/fs/ocfs2/
H A Dfile.c87 trace_ocfs2_file_open(inode, file, file->f_path.dentry,
89 file->f_path.dentry->d_name.len,
90 file->f_path.dentry->d_name.name, mode);
141 trace_ocfs2_file_release(inode, file, file->f_path.dentry,
143 file->f_path.dentry->d_name.len,
144 file->f_path.dentry->d_name.name,
176 trace_ocfs2_sync_file(inode, file, file->f_path.dentry,
178 file->f_path.dentry->d_name.len,
179 file->f_path.dentry->d_name.name,
2241 struct dentry *dentry = file->f_path
[all...]
H A Dmmap.c167 file->f_path.mnt, &lock_level, 1);
/linux-master/io_uring/
H A Dxattr.c116 req->file->f_path.dentry,
227 ret = __io_setxattr(req, issue_flags, &req->file->f_path);
/linux-master/security/apparmor/
H A Dfile.c513 &file->f_path, buffer,
527 profile, &file->f_path,
533 profile, &file->f_path,
620 if (file->f_path.mnt && path_mediated_fs(file->f_path.dentry))
/linux-master/fs/proc/
H A Dfd.c61 real_mount(file->f_path.mnt)->mnt_id,
183 *path = fd_file->f_path;
184 path_get(&fd_file->f_path);
/linux-master/drivers/base/regmap/
H A Dregmap-debugfs.c473 err = debugfs_file_get(file->f_path.dentry);
489 debugfs_file_put(file->f_path.dentry);
520 err = debugfs_file_get(file->f_path.dentry);
535 debugfs_file_put(file->f_path.dentry);

Completed in 311 milliseconds

1234567