Searched refs:kern_path (Results 1 – 17 of 17) sorted by relevance
/fs/ |
D | init.c | 22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount() 38 ret = kern_path(name, lookup_flags, &path); in init_umount() 49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir() 64 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chroot() 88 error = kern_path(filename, lookup_flags, &path); in init_chown() 105 error = kern_path(filename, LOOKUP_FOLLOW, &path); in init_chmod() 118 error = kern_path(filename, LOOKUP_FOLLOW, &path); in init_eaccess() 132 error = kern_path(filename, lookup_flags, &path); in init_stat() 172 error = kern_path(oldname, 0, &old_path); in init_link() 248 error = kern_path(filename, 0, &path); in init_utimes()
|
D | namespace.c | 2365 err = kern_path(old_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in do_loopback() 2776 err = kern_path(old_name, LOOKUP_FOLLOW, &old_path); in do_move_mount_old()
|
D | block_dev.c | 2109 error = kern_path(pathname, LOOKUP_FOLLOW, &path); in lookup_bdev()
|
D | namei.c | 2545 int kern_path(const char *name, unsigned int flags, struct path *path) in kern_path() function 2550 EXPORT_SYMBOL(kern_path);
|
/fs/autofs/ |
D | dev-ioctl.c | 190 err = kern_path(pathname, LOOKUP_MOUNTPOINT, &path); in find_autofs_mount() 523 err = kern_path(name, LOOKUP_FOLLOW | LOOKUP_MOUNTPOINT, in autofs_dev_ioctl_ismountpoint()
|
/fs/configfs/ |
D | symlink.c | 124 ret = kern_path(symname, LOOKUP_FOLLOW|LOOKUP_DIRECTORY, path); in get_target()
|
/fs/cachefiles/ |
D | bind.c | 114 ret = kern_path(cache->rootdirname, LOOKUP_DIRECTORY, &path); in cachefiles_daemon_add_cache()
|
/fs/nfsd/ |
D | export.c | 154 err = kern_path(buf, 0, &key.ek_path); in expkey_parse() 574 err = kern_path(buf, 0, &exp.ex_path); in svc_export_parse() 927 if (kern_path(name, 0, &path)) { in exp_rootfh()
|
D | nfs4recover.c | 656 status = kern_path(recdir, LOOKUP_FOLLOW, &path); in nfs4_reset_recoverydir() 2046 status = kern_path(nfs4_recoverydir(), LOOKUP_FOLLOW, &path); in nfsd4_client_tracking_init()
|
D | nfsctl.c | 311 error = kern_path(fo_path, 0, &path); in write_unlock_fs()
|
/fs/ecryptfs/ |
D | main.c | 527 rc = kern_path(dev_name, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in ecryptfs_mount()
|
/fs/gfs2/ |
D | ops_fstype.c | 1658 error = kern_path(fc->source, LOOKUP_FOLLOW, &path); in gfs2_meta_get_tree()
|
/fs/overlayfs/ |
D | super.c | 847 err = kern_path(name, LOOKUP_FOLLOW, path); in ovl_mount_dir_noesc()
|
/fs/incfs/ |
D | vfs.c | 1813 error = kern_path(dev_name, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, in incfs_mount_fs()
|
/fs/fuse/ |
D | dev.c | 1950 kern_path(path, 0, req->args->canonical_path); in fuse_dev_do_write()
|
/fs/ext4/ |
D | super.c | 2289 error = kern_path(journal_path, LOOKUP_FOLLOW, &path); in handle_mount_opt()
|
/fs/btrfs/ |
D | volumes.c | 1948 ret = kern_path(device_path, LOOKUP_FOLLOW, &path); in update_dev_time()
|