/linux-4.1.27/fs/configfs/ |
D | file.c | 114 if ((retval = fill_read_buffer(file->f_path.dentry,buffer))) in configfs_read_file() 206 len = flush_write_buffer(file->f_path.dentry, buffer, len); in configfs_write_file() 215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm() 216 struct configfs_attribute * attr = to_attr(file->f_path.dentry); in check_perm() 289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release() 290 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.1.27/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 | 171 dentry = f.file->f_path.dentry; in do_sys_ftruncate() 189 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate() 460 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1() 536 err = chmod_common(&f.file->f_path, mode); in SYSCALL_DEFINE2() 662 error = chown_common(&f.file->f_path, user, group); in SYSCALL_DEFINE3() 691 path_get(&f->f_path); in do_dentry_open() 705 error = __mnt_want_write(f->f_path.mnt); in do_dentry_open() 757 __mnt_drop_write(f->f_path.mnt); in do_dentry_open() 760 path_put(&f->f_path); in do_dentry_open() 761 f->f_path.mnt = NULL; in do_dentry_open() [all …]
|
D | coredump.c | 145 path = d_path(&exe_file->f_path, pathbuf, PATH_MAX); in cn_print_exe_file() 696 if (d_unhashed(cprm.file->f_path.dentry)) in do_coredump() 716 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
|
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 | 157 sb = f.file->f_path.dentry->d_sb; in SYSCALL_DEFINE1()
|
D | namei.c | 1958 dentry = f.file->f_path.dentry; in path_init() 1967 nd->path = f.file->f_path; in path_init() 2658 struct path *path = &filp->f_path; in handle_truncate() 2783 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open() 2784 file->f_path.mnt = nd->path.mnt; in atomic_open() 2794 if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open() 2798 if (file->f_path.dentry) { in atomic_open() 2800 dentry = file->f_path.dentry; in atomic_open() 2829 error = may_open(&file->f_path, acc_mode, open_flag); in atomic_open() 3022 audit_inode(name, file->f_path.dentry, 0); in do_last() [all …]
|
D | libfs.c | 81 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open() 96 struct dentry *dentry = file->f_path.dentry; in dcache_dir_lseek() 151 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 | 135 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) in SYSCALL_DEFINE1() 780 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) in do_open_execat() 1292 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 | locks.c | 1598 struct dentry *dentry = filp->f_path.dentry; in generic_add_lease() 1713 struct dentry *dentry = filp->f_path.dentry; in generic_delete_lease() 1753 struct dentry *dentry = filp->f_path.dentry; in generic_setlease()
|
D | eventpoll.c | 1235 name = epi->ffd.file->f_path.dentry->d_name.name; in ep_create_wakeup_source()
|
D | inode.c | 1677 struct dentry *dentry = file->f_path.dentry; in file_remove_suid()
|
D | binfmt_elf.c | 1533 filename = d_path(&file->f_path, name_curpos, remaining); in fill_files_note()
|
/linux-4.1.27/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 | 834 struct path f_path; member 1901 touch_atime(&file->f_path); in file_accessed() 2974 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; in dir_emit_dot() 2979 parent_ino(file->f_path.dentry), DT_DIR) == 0; in dir_emit_dotdot()
|
/linux-4.1.27/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.1.27/security/tomoyo/ |
D | tomoyo.c | 135 return tomoyo_check_open_permission(domain, &bprm->file->f_path, in tomoyo_bprm_check_security() 316 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl() 334 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open() 349 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.1.27/fs/ocfs2/ |
D | file.c | 102 trace_ocfs2_file_open(inode, file, file->f_path.dentry, in ocfs2_file_open() 104 file->f_path.dentry->d_name.len, in ocfs2_file_open() 105 file->f_path.dentry->d_name.name, mode); in ocfs2_file_open() 151 trace_ocfs2_file_release(inode, file, file->f_path.dentry, in ocfs2_file_release() 153 file->f_path.dentry->d_name.len, in ocfs2_file_release() 154 file->f_path.dentry->d_name.name, in ocfs2_file_release() 186 trace_ocfs2_sync_file(inode, file, file->f_path.dentry, in ocfs2_sync_file() 188 file->f_path.dentry->d_name.len, in ocfs2_sync_file() 189 file->f_path.dentry->d_name.name, in ocfs2_sync_file() 1909 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 | 1970 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level); in ocfs2_readdir()
|
/linux-4.1.27/arch/arc/kernel/ |
D | troubleshoot.c | 70 path = exe_file->f_path; in print_task_path_n_nm() 71 path_get(&exe_file->f_path); in print_task_path_n_nm() 102 struct path *path = &file->f_path; in show_faulting_vma()
|
/linux-4.1.27/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.1.27/fs/nfs/ |
D | nfs4file.c | 25 struct dentry *dentry = filp->f_path.dentry; in nfs4_file_open() 53 ctx = alloc_nfs_open_context(filp->f_path.dentry, filp->f_mode); in nfs4_file_open()
|
D | dir.c | 121 if (filp->f_path.dentry == filp->f_path.mnt->mnt_root) { in nfs_opendir() 380 error = NFS_PROTO(inode)->readdir(file->f_path.dentry, cred, entry->cookie, pages, in nfs_readdir_xdr_filler() 563 nfs_prime_dcache(desc->file->f_path.dentry, entry); in nfs_readdir_page_filler() 875 struct dentry *dentry = file->f_path.dentry; in nfs_readdir()
|
D | inode.c | 910 ctx = alloc_nfs_open_context(filp->f_path.dentry, filp->f_mode); in nfs_open()
|
/linux-4.1.27/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.1.27/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 | nommu.c | 67 seq_path(m, &file->f_path, ""); in nommu_region_show()
|
D | task_nommu.c | 183 seq_path(m, &file->f_path, ""); in nommu_vma_show()
|
D | base.c | 1373 *exe_path = exe_file->f_path; in proc_exe_link() 1374 path_get(&exe_file->f_path); in proc_exe_link() 1616 struct dentry *child, *dir = file->f_path.dentry; in proc_fill_cache() 1745 *path = vma->vm_file->f_path; in proc_map_files_get_link() 2156 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_read() 2199 (char*)file->f_path.dentry->d_name.name, in proc_pid_attr_write()
|
D | task_mmu.c | 313 seq_path(m, &file->f_path, "\n"); in show_map_vma() 1512 seq_path(m, &file->f_path, "\n\t= "); in show_numa_map()
|
D | proc_sysctl.c | 618 struct dentry *child, *dir = file->f_path.dentry; in proc_sys_fill_cache()
|
/linux-4.1.27/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 | 1672 exe.file->f_path.mnt->mnt_flags & MNT_NOEXEC) in prctl_set_mm_exe_file() 1691 if (path_equal(&vma->vm_file->f_path, in prctl_set_mm_exe_file() 1692 &exe_file->f_path)) in prctl_set_mm_exe_file()
|
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 | 1854 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
|
D | kexec.c | 358 ret = vfs_getattr(&f.file->f_path, &stat); in copy_file_from_fd()
|
D | module.c | 2566 err = vfs_getattr(&f.file->f_path, &stat); in copy_module_from_fd()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_main.c | 106 *pathname = ima_d_path(&file->f_path, pathbuf); in ima_rdwr_violation_check() 233 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
|
D | ima_api.c | 198 const char *filename = file->f_path.dentry->d_name.name; in ima_collect_measurement() 206 *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 | 288 cur_filename = file->f_path.dentry->d_name.name; in ima_eventname_init_common()
|
/linux-4.1.27/fs/fat/ |
D | file.c | 87 err = security_inode_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes() 92 err = fat_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes() 96 fsnotify_change(file->f_path.dentry, ia.ia_valid); in fat_ioctl_set_attributes()
|
/linux-4.1.27/arch/tile/mm/ |
D | elf.c | 59 path = d_path(&exe_file->f_path, buf, PAGE_SIZE); in notify_exec()
|
/linux-4.1.27/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 | 1376 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry; in ecryptfs_read_xattr_region()
|
/linux-4.1.27/security/apparmor/ |
D | lsm.c | 382 if (!mediated_filesystem(file->f_path.dentry)) in apparmor_file_open() 400 error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, in apparmor_file_open() 434 if (!file->f_path.mnt || in common_file_perm() 435 !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 | 369 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
|
/linux-4.1.27/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.1.27/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() 518 fid = v9fs_writeback_fid(filp->f_path.dentry); in v9fs_mmap_file_mmap()
|
/linux-4.1.27/fs/hfsplus/ |
D | ioctl.c | 28 struct dentry *dentry = file->f_path.dentry; in hfsplus_ioctl_bless()
|
/linux-4.1.27/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.1.27/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.1.27/security/keys/ |
D | big_key.c | 88 *path = file->f_path; in big_key_preparse()
|
/linux-4.1.27/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 | 1411 struct dentry *dentry = file->f_path.dentry; in kernfs_fop_readdir()
|
/linux-4.1.27/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.1.27/security/ |
D | commoncap.c | 450 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) in get_file_caps() 453 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
|
D | security.c | 754 if (!(file->f_path.mnt->mnt_flags & MNT_NOEXEC)) { in mmap_prot()
|
/linux-4.1.27/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.1.27/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.1.27/fs/hppfs/ |
D | hppfs.c | 433 host_file = dentry_name(file->f_path.dentry, strlen("/rw")); in hppfs_open() 571 .dentry = file->f_path.dentry in hppfs_readdir()
|
/linux-4.1.27/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.1.27/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() 318 dir = nn->rec_file->f_path.dentry; in nfsd4_unlink_clid_dir()
|
D | nfs4layouts.c | 600 argv[2] = ls->ls_file->f_path.mnt->mnt_sb->s_id; in nfsd4_cb_layout_fail()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 344 p = d_path(&curlun->filp->f_path, buf, PAGE_SIZE - 1); in fsg_show_file()
|
D | f_mass_storage.c | 2915 p = d_path(&lun->filp->f_path, pathbuf, PATH_MAX); in fsg_common_create_lun()
|
/linux-4.1.27/fs/ceph/ |
D | dir.c | 124 struct dentry *parent = file->f_path.dentry; in __dcache_readdir() 271 ino_t ino = parent_ino(file->f_path.dentry); in ceph_readdir() 356 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir()
|
D | file.c | 213 parent_inode = ceph_get_dentry_parent_inode(file->f_path.dentry); in ceph_open()
|
/linux-4.1.27/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.1.27/security/smack/ |
D | smack_lsm.c | 1431 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_ioctl() 1460 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_lock() 1491 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl() 1498 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_fcntl() 1675 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_receive() 1712 smk_ad_setfield_u_fs_path(&ad, file->f_path); in smack_file_open()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 643 rc = ll_intent_file_open(file->f_path.dentry, NULL, 0, it); in ll_file_open() 1055 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime() 1489 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lump, in ll_lov_setea() 1518 rc = ll_lov_setstripe_ea_info(inode, file->f_path.dentry, flags, lumv1, in ll_lov_setstripe() 2097 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts() 2105 rc1 = ll_setattr(file2->f_path.dentry, &llss->ia1); in ll_swap_layouts() 2190 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.c | 440 parent = file->f_path.dentry->d_parent; in drbd_single_open() 447 if (debugfs_positive(file->f_path.dentry) in drbd_single_open()
|
/linux-4.1.27/arch/tile/kernel/ |
D | stack.c | 337 p = d_path(&vma->vm_file->f_path, buf, bufsize); in describe_addr()
|
/linux-4.1.27/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.1.27/fs/ext4/ |
D | file.c | 256 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
|
D | super.c | 474 path = d_path(&(file->f_path), pathname, sizeof(pathname)); in __ext4_error_file()
|
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | ioctl.c | 1630 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid() 1652 ret = btrfs_mksubvol(&file->f_path, name, namelen, in btrfs_ioctl_snap_create_transid() 2306 struct dentry *parent = file->f_path.dentry; in btrfs_ioctl_snap_destroy() 3025 } else if (file->f_path.mnt != dst_file.file->f_path.mnt) { in btrfs_ioctl_file_extent_same() 3721 if (src_file.file->f_path.mnt != file->f_path.mnt) in btrfs_ioctl_clone()
|
D | file.c | 1872 struct dentry *dentry = file->f_path.dentry; in btrfs_sync_file()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 224 dir = file->f_path.dentry; in spufs_dir_close()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | trace.c | 139 char *d_name = d_path(&file->f_path, _tmpbuf, in decode_address()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl.c | 179 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry() 250 path.mnt = parfilp->f_path.mnt; in xfs_open_by_handle()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 1645 ad.u.path = file->f_path; in file_path_has_perm() 1668 ad.u.path = file->f_path; in file_has_perm() 1967 struct inode *inode = d_backing_inode(file->f_path.dentry); in selinux_binder_transfer_file() 1973 ad.u.path = file->f_path; in selinux_binder_transfer_file() 2158 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); in check_nnp_nosuid() 2246 ad.u.path = bprm->file->f_path; in selinux_bprm_set_creds()
|
D | selinuxfs.c | 1056 const char *name = filep->f_path.dentry->d_name.name; in sel_read_bool() 1090 const char *name = filep->f_path.dentry->d_name.name; in sel_write_bool()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 461 *path = f.file->f_path; in fanotify_find_path()
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 569 p = d_path(&lo->lo_backing_file->f_path, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show() 976 error = vfs_getattr(&file->f_path, &stat); in loop_get_status()
|
/linux-4.1.27/include/trace/events/ |
D | ext3.h | 440 struct dentry *dentry = 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.1.27/kernel/trace/ |
D | trace_output.c | 345 ret = trace_seq_path(s, &file->f_path); in seq_print_user_ip()
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 851 ptr = d_path(&bitmap->storage.file->f_path, in bitmap_file_kick() 1939 seq_path(seq, &bitmap->storage.file->f_path, " \t\n"); in bitmap_status()
|
D | md.c | 5756 else if ((ptr = d_path(&mddev->bitmap_info.file->f_path, in get_bitmap_file()
|
/linux-4.1.27/ipc/ |
D | shm.c | 1167 path = shp->shm_file->f_path; in do_shmat()
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 620 file->f_path.dentry) { in debug_open()
|
/linux-4.1.27/mm/ |
D | mmap.c | 1272 if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC))) in do_mmap_pgoff() 1344 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { in do_mmap_pgoff()
|
D | nommu.c | 1072 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { in validate_mmap_request()
|
D | memcontrol.c | 4160 name = cfile.file->f_path.dentry->d_name.name; in memcg_write_event_control() 4184 cfile_css = css_tryget_online_from_dir(cfile.file->f_path.dentry->d_parent, in memcg_write_event_control()
|
D | swapfile.c | 2035 len = seq_path(swap, &file->f_path, " \t\n\\"); in swap_show()
|
D | memory.c | 3743 p = d_path(&f->f_path, buf, PAGE_SIZE); in print_vma_addr()
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 472 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 1598 ((const struct file *)ptr)->f_path.dentry, in pointer()
|
/linux-4.1.27/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.1.27/fs/fuse/ |
D | dir.c | 1168 struct dentry *parent = file->f_path.dentry; in fuse_direntplus_link()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 598 css = css_tryget_online_from_dir(f.file->f_path.dentry, in perf_cgroup_connect() 5850 name = d_path(&file->f_path, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 2699 path = filp->f_path; in pfm_context_create()
|