Home
last modified time | relevance | path

Searched refs:kern_path (Results 1 – 16 of 16) sorted by relevance

/fs/cachefiles/
Dbind.c117 ret = kern_path(cache->rootdirname, LOOKUP_DIRECTORY, &path); in cachefiles_daemon_add_cache()
/fs/configfs/
Dsymlink.c116 ret = kern_path(symname, LOOKUP_FOLLOW|LOOKUP_DIRECTORY, path); in get_target()
/fs/sdcardfs/
Dmain.c270 err = kern_path(dev_name, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, in sdcardfs_read_super()
Dderived_perm.c454 err = kern_path(sbi->obbpath_s, in setup_obb_dentry()
/fs/nfsd/
Dexport.c143 err = kern_path(buf, 0, &key.ek_path); in expkey_parse()
542 err = kern_path(buf, 0, &exp.ex_path); in svc_export_parse()
882 if (kern_path(name, 0, &path)) { in exp_rootfh()
Dnfs4recover.c581 status = kern_path(recdir, LOOKUP_FOLLOW, &path); in nfs4_reset_recoverydir()
1426 status = kern_path(nfs4_recoverydir(), LOOKUP_FOLLOW, &path); in nfsd4_client_tracking_init()
Dnfsctl.c305 error = kern_path(fo_path, 0, &path); in write_unlock_fs()
/fs/ecryptfs/
Dmain.c536 rc = kern_path(dev_name, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in ecryptfs_mount()
/fs/overlayfs/
Dsuper.c617 err = kern_path(tmp, LOOKUP_FOLLOW, path); in ovl_mount_dir()
/fs/
Dnamespace.c2031 err = kern_path(old_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in do_loopback()
2197 err = kern_path(old_name, LOOKUP_FOLLOW, &old_path); in do_move_mount()
Dblock_dev.c1677 error = kern_path(pathname, LOOKUP_FOLLOW, &path); in lookup_bdev()
Dnamei.c2085 int kern_path(const char *name, unsigned int flags, struct path *path) in kern_path() function
2093 EXPORT_SYMBOL(kern_path);
/fs/gfs2/
Dops_fstype.c1361 error = kern_path(dev_name, LOOKUP_FOLLOW, &path); in gfs2_mount_meta()
/fs/fuse/
Ddev.c1873 req->out.h.error = kern_path((char *)req->out.args[0].value, 0, in fuse_dev_do_write()
/fs/ext3/
Dsuper.c1154 error = kern_path(journal_path, LOOKUP_FOLLOW, &path); in parse_options()
/fs/ext4/
Dsuper.c1584 error = kern_path(journal_path, LOOKUP_FOLLOW, &path); in handle_mount_opt()