Home
last modified time | relevance | path

Searched refs:QSTR_INIT (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/fs/ubifs/
Dxattr.c307 struct qstr nm = QSTR_INIT(name, strlen(name)); in setxattr()
377 struct qstr nm = QSTR_INIT(name, strlen(name)); in ubifs_getxattr()
540 struct qstr nm = QSTR_INIT(name, strlen(name)); in ubifs_removexattr()
/linux-4.1.27/fs/f2fs/
Dnamei.c184 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent()
194 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries()
195 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
/linux-4.1.27/include/linux/
Ddcache.h54 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c650 struct qstr q = QSTR_INIT(name, strlen(name)); in __rpc_lookup_create_exclusive()
1209 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb()
1332 struct qstr q = QSTR_INIT(files[RPCAUTH_gssd].name, in rpc_gssd_dummy_populate()
/linux-4.1.27/fs/ext2/
Dnamei.c81 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
/linux-4.1.27/fs/
Dlibfs.c79 static struct qstr cursor_name = QSTR_INIT(".", 1); in dcache_dir_open()
223 struct qstr d_name = QSTR_INIT(name, strlen(name)); in mount_pseudo()
Ddcache.c1890 static const struct qstr name = QSTR_INIT("/", 1); in d_make_root()
1933 static const struct qstr anonstring = QSTR_INIT("/", 1); in __d_obtain_alias()
Daio.c207 struct qstr this = QSTR_INIT("[aio]", 5); in aio_private_file()
Dnamei.c3185 static const struct qstr name = QSTR_INIT("/", 1); in do_tmpfile()
/linux-4.1.27/fs/nilfs2/
Dnamei.c453 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
/linux-4.1.27/fs/udf/
Dnamei.c1178 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
/linux-4.1.27/fs/ufs/
Dsuper.c144 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
/linux-4.1.27/fs/fuse/
Ddir.c1169 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
/linux-4.1.27/fs/nfs/
Ddir.c472 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
/linux-4.1.27/fs/ext3/
Dnamei.c1048 struct qstr dotdot = QSTR_INIT("..", 2); in ext3_get_parent()
/linux-4.1.27/fs/proc/
Dbase.c1617 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
/linux-4.1.27/fs/ext4/
Dnamei.c1611 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()