/linux-4.4.14/fs/configfs/ |
D | file.c | 114 if ((retval = fill_read_buffer(file->f_path.dentry,buffer))) in configfs_read_file() 205 len = flush_write_buffer(file->f_path.dentry, buffer, len); in configfs_write_file() 214 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm() 215 struct configfs_attribute * attr = to_attr(file->f_path.dentry); in check_perm() 287 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release() 288 struct configfs_attribute * attr = to_attr(filp->f_path.dentry); in configfs_release()
|
D | dir.c | 1481 struct dentry * dentry = file->f_path.dentry; in configfs_dir_open() 1505 struct dentry * dentry = file->f_path.dentry; in configfs_dir_close() 1527 struct dentry *dentry = file->f_path.dentry; in configfs_readdir() 1591 struct dentry * dentry = file->f_path.dentry; in configfs_dir_lseek()
|
/linux-4.4.14/fs/ |
D | file_table.c | 167 file->f_path = *path; in alloc_file() 188 struct dentry *dentry = file->f_path.dentry; in __fput() 189 struct vfsmount *mnt = file->f_path.mnt; in __fput() 222 file->f_path.dentry = NULL; in __fput() 223 file->f_path.mnt = NULL; in __fput()
|
D | open.c | 173 dentry = f.file->f_path.dentry; in do_sys_ftruncate() 191 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate() 462 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1() 538 err = chmod_common(&f.file->f_path, mode); in SYSCALL_DEFINE2() 664 error = chown_common(&f.file->f_path, user, group); in SYSCALL_DEFINE3() 693 path_get(&f->f_path); in do_dentry_open() 707 error = __mnt_want_write(f->f_path.mnt); in do_dentry_open() 759 __mnt_drop_write(f->f_path.mnt); in do_dentry_open() 762 path_put(&f->f_path); in do_dentry_open() 763 f->f_path.mnt = NULL; in do_dentry_open() [all …]
|
D | xattr.c | 415 error = setxattr(f.file->f_path.dentry, name, value, size, flags); in SYSCALL_DEFINE5() 511 error = getxattr(f.file->f_path.dentry, name, value, size); in SYSCALL_DEFINE4() 592 error = listxattr(f.file->f_path.dentry, list, size); in SYSCALL_DEFINE3() 659 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
|
D | binfmt_misc.c | 640 root = dget(file->f_path.dentry->d_sb->s_root); in bm_entry_write() 669 struct super_block *sb = file->f_path.dentry->d_sb; in bm_register_write() 756 root = dget(file->f_path.dentry->d_sb->s_root); in bm_status_write()
|
D | utimes.c | 160 error = utimes_common(&f.file->f_path, times); in do_utimes()
|
D | fhandle.c | 127 mnt = mntget(f.file->f_path.mnt); in get_vfsmount_from_fd()
|
D | sync.c | 162 sb = f.file->f_path.dentry->d_sb; in SYSCALL_DEFINE1()
|
D | coredump.c | 700 if (d_unhashed(cprm.file->f_path.dentry)) in do_coredump() 720 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
|
D | namei.c | 2063 dentry = f.file->f_path.dentry; in path_init() 2072 nd->path = f.file->f_path; in path_init() 2725 struct path *path = &filp->f_path; in handle_truncate() 2850 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open() 2851 file->f_path.mnt = nd->path.mnt; in atomic_open() 2861 if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open() 2865 if (file->f_path.dentry) { in atomic_open() 2867 dentry = file->f_path.dentry; in atomic_open() 2896 error = may_open(&file->f_path, acc_mode, open_flag); in atomic_open() 3087 audit_inode(nd->name, file->f_path.dentry, 0); in do_last() [all …]
|
D | libfs.c | 76 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open() 91 struct dentry *dentry = file->f_path.dentry; in dcache_dir_lseek() 146 struct dentry *dentry = file->f_path.dentry; in dcache_readdir()
|
D | statfs.c | 100 error = vfs_statfs(&f.file->f_path, st); in fd_statfs()
|
D | namespace.c | 428 return __mnt_want_write(file->f_path.mnt); in __mnt_want_write_file() 430 return mnt_clone_write(file->f_path.mnt); in __mnt_want_write_file() 444 sb_start_write(file->f_path.mnt->mnt_sb); in mnt_want_write_file() 447 sb_end_write(file->f_path.mnt->mnt_sb); in mnt_want_write_file() 484 __mnt_drop_write(file->f_path.mnt); in __mnt_drop_write_file() 489 mnt_drop_write(file->f_path.mnt); in mnt_drop_write_file()
|
D | exec.c | 141 if (path_noexec(&file->f_path)) in SYSCALL_DEFINE1() 786 if (path_noexec(&file->f_path)) in do_open_execat() 1298 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in bprm_fill_uid()
|
D | stat.c | 83 error = vfs_getattr(&f.file->f_path, stat); in vfs_fstat()
|
D | seq_file.c | 491 return seq_path(m, &file->f_path, esc); in seq_file_path()
|
D | eventpoll.c | 1235 name = epi->ffd.file->f_path.dentry->d_name.name; in ep_create_wakeup_source()
|
D | inode.c | 1736 struct dentry *dentry = file->f_path.dentry; in file_remove_privs()
|
D | locks.c | 1604 struct dentry *dentry = filp->f_path.dentry; in generic_add_lease()
|
/linux-4.4.14/include/linux/ |
D | fsnotify.h | 40 struct path *path = &file->f_path; in fsnotify_perm() 196 struct path *path = &file->f_path; in fsnotify_access() 214 struct path *path = &file->f_path; in fsnotify_modify() 232 struct path *path = &file->f_path; in fsnotify_open() 248 struct path *path = &file->f_path; in fsnotify_close()
|
D | fs.h | 844 struct path f_path; member 1212 struct dentry *dentry = file->f_path.dentry; in file_dentry() 1926 touch_atime(&file->f_path); in file_accessed() 2605 return dentry_needs_remove_privs(file->f_path.dentry); in file_needs_remove_privs() 3009 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; in dir_emit_dot() 3014 parent_ino(file->f_path.dentry), DT_DIR) == 0; in dir_emit_dotdot()
|
/linux-4.4.14/arch/frv/mm/ |
D | elf-fdpic.c | 103 len, filp ? filp->f_path.dentry->d_name.name : ""); in arch_get_unmapped_area() 110 len, addr, filp ? filp->f_path.dentry->d_name.name : ""); in arch_get_unmapped_area()
|
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 129 return tomoyo_check_open_permission(domain, &bprm->file->f_path, in tomoyo_bprm_check_security() 310 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl() 328 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open() 343 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd); in tomoyo_file_ioctl()
|
D | audit.c | 258 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
|
D | util.c | 961 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()
|
D | domain.c | 699 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
|
D | condition.c | 233 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()
|
/linux-4.4.14/fs/ocfs2/ |
D | file.c | 103 trace_ocfs2_file_open(inode, file, file->f_path.dentry, in ocfs2_file_open() 105 file->f_path.dentry->d_name.len, in ocfs2_file_open() 106 file->f_path.dentry->d_name.name, mode); in ocfs2_file_open() 155 trace_ocfs2_file_release(inode, file, file->f_path.dentry, in ocfs2_file_release() 157 file->f_path.dentry->d_name.len, in ocfs2_file_release() 158 file->f_path.dentry->d_name.name, in ocfs2_file_release() 190 trace_ocfs2_sync_file(inode, file, file->f_path.dentry, in ocfs2_sync_file() 192 file->f_path.dentry->d_name.len, in ocfs2_sync_file() 193 file->f_path.dentry->d_name.name, in ocfs2_sync_file() 1923 if (file && should_remove_suid(file->f_path.dentry)) { in __ocfs2_change_file_space() [all …]
|
D | mmap.c | 183 file->f_path.mnt, &lock_level); in ocfs2_mmap()
|
D | dir.c | 1960 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level); in ocfs2_readdir()
|
/linux-4.4.14/fs/efivarfs/ |
D | file.c | 51 d_delete(file->f_path.dentry); in efivarfs_file_write() 52 dput(file->f_path.dentry); in efivarfs_file_write()
|
/linux-4.4.14/fs/overlayfs/ |
D | readdir.c | 271 struct dentry *dentry = file->f_path.dentry; in ovl_dir_reset() 366 struct dentry *dentry = file->f_path.dentry; in ovl_iterate() 441 struct dentry *dentry = file->f_path.dentry; in ovl_dir_fsync() 483 ovl_cache_put(od, file->f_path.dentry); in ovl_dir_release() 505 type = ovl_path_real(file->f_path.dentry, &realpath); in ovl_dir_open()
|
/linux-4.4.14/fs/proc/ |
D | fd.c | 57 real_mount(file->f_path.mnt)->mnt_id); in seq_show() 167 *path = fd_file->f_path; in proc_fd_link() 168 path_get(&fd_file->f_path); in proc_fd_link()
|
D | base.c | 1561 *exe_path = exe_file->f_path; in proc_exe_link() 1562 path_get(&exe_file->f_path); in proc_exe_link() 1804 struct dentry *child, *dir = file->f_path.dentry; in proc_fill_cache() 1926 *path = vma->vm_file->f_path; in proc_map_files_get_link() 2351 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_read() 2394 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_write()
|
D | proc_sysctl.c | 618 struct dentry *child, *dir = file->f_path.dentry; in proc_sys_fill_cache()
|
/linux-4.4.14/kernel/ |
D | acct.c | 106 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space() 221 internal = mnt_clone_internal(&file->f_path); in acct_on() 234 mnt = file->f_path.mnt; in acct_on() 235 file->f_path.mnt = internal; in acct_on()
|
D | taskstats.c | 453 rc = cgroupstats_build(stats, f.file->f_path.dentry); in cgroupstats_user_cmd()
|
D | sys.c | 1671 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path)) in prctl_set_mm_exe_file() 1690 if (path_equal(&vma->vm_file->f_path, in prctl_set_mm_exe_file() 1691 &exe_file->f_path)) in prctl_set_mm_exe_file()
|
D | kexec_file.c | 47 ret = vfs_getattr(&f.file->f_path, &stat); in copy_file_from_fd()
|
D | auditsc.c | 1834 __audit_inode(NULL, file->f_path.dentry, 0); in __audit_file() 2316 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()
|
D | audit.c | 1868 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
|
D | module.c | 2721 err = vfs_getattr(&f.file->f_path, &stat); in copy_module_from_fd()
|
D | cgroup.c | 2692 struct super_block *sb = of->file->f_path.dentry->d_sb; in cgroup_procs_write_permission()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_main.c | 106 *pathname = ima_d_path(&file->f_path, pathbuf); in ima_rdwr_violation_check() 234 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
|
D | ima_api.c | 197 const char *filename = file->f_path.dentry->d_name.name; in ima_collect_measurement() 205 *xattr_len = ima_read_xattr(file->f_path.dentry, xattr_value); in ima_collect_measurement()
|
D | ima_appraise.c | 192 struct dentry *dentry = file->f_path.dentry; in ima_appraise_measurement() 292 struct dentry *dentry = file->f_path.dentry; in ima_update_xattr()
|
D | ima_template_lib.c | 281 cur_filename = event_data->file->f_path.dentry->d_name.name; in ima_eventname_init_common()
|
/linux-4.4.14/fs/fat/ |
D | file.c | 88 err = security_inode_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes() 93 err = fat_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes() 97 fsnotify_change(file->f_path.dentry, ia.ia_valid); in fat_ioctl_set_attributes()
|
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 372 if (!mediated_filesystem(file->f_path.dentry)) in apparmor_file_open() 390 error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, in apparmor_file_open() 424 if (!file->f_path.mnt || in common_file_perm() 425 !mediated_filesystem(file->f_path.dentry)) in common_file_perm()
|
D | file.c | 456 return aa_path_perm(op, profile, &file->f_path, PATH_DELEGATE_DELETED, in aa_file_perm()
|
D | domain.c | 367 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4file.c | 239 if (src_file.file->f_path.mnt != dst_file->f_path.mnt || in nfs42_ioctl_clone()
|
D | dir.c | 121 if (filp->f_path.dentry == filp->f_path.mnt->mnt_root) { in nfs_opendir()
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 55 path = ecryptfs_dentry_to_lower_path(file->f_path.dentry); in ecryptfs_read_update_atime() 186 struct dentry *ecryptfs_dentry = file->f_path.dentry; in ecryptfs_open()
|
D | mmap.c | 360 rc = ecryptfs_truncate(file->f_path.dentry, in ecryptfs_write_begin() 422 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_write_inode_size_to_xattr()
|
D | crypto.c | 1375 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_read_xattr_region()
|
/linux-4.4.14/fs/autofs4/ |
D | root.c | 108 struct dentry *dentry = file->f_path.dentry; in autofs4_dir_open() 887 return autofs4_ask_umount(filp->f_path.mnt, p); in autofs4_root_ioctl_unlocked() 891 return autofs4_expire_run(inode->i_sb,filp->f_path.mnt,sbi, p); in autofs4_root_ioctl_unlocked() 894 return autofs4_expire_multi(inode->i_sb,filp->f_path.mnt,sbi, p); in autofs4_root_ioctl_unlocked()
|
D | dev-ioctl.c | 480 mnt = fp->f_path.mnt; in autofs_dev_ioctl_expire() 491 if (may_umount(fp->f_path.mnt)) in autofs_dev_ioctl_askumount()
|
/linux-4.4.14/fs/9p/ |
D | vfs_file.c | 77 fid = v9fs_fid_clone(file->f_path.dentry); in v9fs_file_open() 103 fid = v9fs_writeback_fid(file->f_path.dentry); in v9fs_file_open() 519 fid = v9fs_writeback_fid(filp->f_path.dentry); in v9fs_mmap_file_mmap()
|
/linux-4.4.14/fs/hfsplus/ |
D | ioctl.c | 28 struct dentry *dentry = file->f_path.dentry; in hfsplus_ioctl_bless()
|
/linux-4.4.14/drivers/oprofile/ |
D | buffer_sync.c | 237 cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie() 264 cookie = fast_get_dcookie(&vma->vm_file->f_path); in lookup_dcookie()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 334 app_cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie_and_offset() 353 *spu_bin_dcookie = fast_get_dcookie(&vma->vm_file->f_path); in get_exec_dcookie_and_offset()
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 614 struct kernfs_node *kn = file->f_path.dentry->d_fsdata; in kernfs_fop_open() 731 struct kernfs_node *kn = filp->f_path.dentry->d_fsdata; in kernfs_fop_release() 785 struct kernfs_node *kn = filp->f_path.dentry->d_fsdata; in kernfs_fop_poll()
|
D | dir.c | 1434 struct dentry *dentry = file->f_path.dentry; in kernfs_fop_readdir()
|
/linux-4.4.14/security/keys/ |
D | big_key.c | 98 *path = file->f_path; in big_key_preparse()
|
/linux-4.4.14/include/trace/events/ |
D | filelock.h | 110 __entry->dcount = d_count(fl->fl_file->f_path.dentry);
|
D | btrfs.h | 409 struct dentry *dentry = file->f_path.dentry;
|
D | ext4.h | 873 struct dentry *dentry = file->f_path.dentry;
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | debug.c | 263 struct dentry *dent = file->f_path.dentry; in dfs_file_read() 326 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
|
/linux-4.4.14/security/ |
D | commoncap.c | 456 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in get_file_caps() 459 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
|
D | security.c | 774 if (!path_noexec(&file->f_path)) { in mmap_prot()
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 428 spin_lock(&file->f_path.dentry->d_lock); in rpc_info_open() 429 if (!d_unhashed(file->f_path.dentry)) in rpc_info_open() 432 spin_unlock(&file->f_path.dentry->d_lock); in rpc_info_open() 435 spin_unlock(&file->f_path.dentry->d_lock); in rpc_info_open()
|
/linux-4.4.14/fs/ubifs/ |
D | debug.c | 2684 struct dentry *dent = file->f_path.dentry; in dfs_file_read() 2740 struct dentry *dent = file->f_path.dentry; in dfs_file_write() 2755 if (file->f_path.dentry == d->dfs_dump_lprops) { in dfs_file_write() 2759 if (file->f_path.dentry == d->dfs_dump_budg) { in dfs_file_write() 2763 if (file->f_path.dentry == d->dfs_dump_tnc) { in dfs_file_write() 2939 struct dentry *dent = file->f_path.dentry; in dfs_global_file_read() 2963 struct dentry *dent = file->f_path.dentry; in dfs_global_file_write()
|
/linux-4.4.14/fs/cifs/ |
D | readdir.c | 303 full_path = build_path_from_dentry(file->f_path.dentry); in initiate_cifs_search() 762 cifs_prime_dcache(file->f_path.dentry, &name, &fattr); in cifs_filldir()
|
D | file.c | 274 struct dentry *dentry = file->f_path.dentry; in cifs_new_fileinfo() 464 full_path = build_path_from_dentry(file->f_path.dentry); in cifs_open()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 193 dir = nn->rec_file->f_path.dentry; in nfsd4_create_clid_dir() 270 struct dentry *dir = nn->rec_file->f_path.dentry; in nfsd4_list_rec_dir() 324 dir = nn->rec_file->f_path.dentry; in nfsd4_unlink_clid_dir()
|
D | nfs4layouts.c | 601 argv[2] = ls->ls_file->f_path.mnt->mnt_sb->s_id; in nfsd4_cb_layout_fail()
|
/linux-4.4.14/fs/ceph/ |
D | dir.c | 145 struct dentry *parent = file->f_path.dentry; in __dcache_readdir() 282 ino_t ino = parent_ino(file->f_path.dentry); in ceph_readdir() 353 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 287 name = dentry_name(file->f_path.dentry); in hostfs_readdir() 326 name = dentry_name(file->f_path.dentry); in hostfs_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 641 rc = ll_intent_file_open(file->f_path.dentry, NULL, 0, it); in ll_file_open() 1046 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime() 1480 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lump, in ll_lov_setea() 1509 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lumv1, in ll_lov_setstripe() 2086 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts() 2094 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts() 2184 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 432 parent = file->f_path.dentry->d_parent; in drbd_single_open() 439 if (simple_positive(file->f_path.dentry) in drbd_single_open()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 1619 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_ioctl() 1648 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_lock() 1679 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl() 1686 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl() 1866 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_receive() 1903 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_open()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | cache.c | 330 …lx in file %s\n", old_addr, addr, mpnt->vm_file ? (char *)mpnt->vm_file->f_path.dentry->d_name.nam… in flush_dcache_page()
|
/linux-4.4.14/fs/ncpfs/ |
D | dir.c | 420 struct dentry *dentry = file->f_path.dentry; in ncp_readdir() 582 struct dentry *newdent, *dentry = file->f_path.dentry; in ncp_fill_cache()
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 1639 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid() 1661 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid() 2333 struct dentry *parent = file->f_path.dentry; in btrfs_ioctl_snap_destroy() 3257 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) { in btrfs_ioctl_file_extent_same() 3896 if (src_file.file->f_path.mnt != file->f_path.mnt) in btrfs_ioctl_clone()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 1669 ad.u.path = file->f_path; in file_path_has_perm() 1692 ad.u.path = file->f_path; in file_has_perm() 2014 struct inode *inode = d_backing_inode(file->f_path.dentry); in selinux_binder_transfer_file() 2020 ad.u.path = file->f_path; in selinux_binder_transfer_file() 2174 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); in check_nnp_nosuid() 2258 ad.u.path = bprm->file->f_path; in selinux_bprm_set_creds() 3255 ad.u.op->path = file->f_path; in ioctl_has_perm()
|
D | selinuxfs.c | 1048 const char *name = filep->f_path.dentry->d_name.name; in sel_read_bool() 1082 const char *name = filep->f_path.dentry->d_name.name; in sel_write_bool()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 224 dir = file->f_path.dentry; in spufs_dir_close()
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 364 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 180 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry() 251 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 461 *path = f.file->f_path; in fanotify_find_path()
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 345 ret = trace_seq_path(s, &file->f_path); in seq_print_user_ip()
|
/linux-4.4.14/ipc/ |
D | shm.c | 1167 path = shp->shm_file->f_path; in do_shmat()
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 620 file->f_path.dentry) { in debug_open()
|
/linux-4.4.14/mm/ |
D | mmap.c | 1286 if (!(file && path_noexec(&file->f_path))) in do_mmap() 1355 if (path_noexec(&file->f_path)) { in do_mmap()
|
D | nommu.c | 1038 if (path_noexec(&file->f_path)) { in validate_mmap_request()
|
D | memcontrol.c | 3954 name = cfile.file->f_path.dentry->d_name.name; in memcg_write_event_control() 3978 cfile_css = css_tryget_online_from_dir(cfile.file->f_path.dentry->d_parent, in memcg_write_event_control()
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 472 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 1601 ((const struct file *)ptr)->f_path.dentry, in pointer()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1014 struct dentry *dent = file->f_path.dentry; in lpfc_debugfs_dif_err_read() 1055 struct dentry *dent = file->f_path.dentry; in lpfc_debugfs_dif_err_write()
|
/linux-4.4.14/drivers/block/ |
D | loop.c | 1182 error = vfs_getattr(&file->f_path, &stat); in loop_get_status()
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 1168 struct dentry *parent = file->f_path.dentry; in fuse_direntplus_link()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 2699 path = filp->f_path; in pfm_context_create()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 610 css = css_tryget_online_from_dir(f.file->f_path.dentry, in perf_cgroup_connect()
|