Searched refs:QSTR_INIT (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
D | xattr.c | 311 struct qstr nm = QSTR_INIT(name, strlen(name)); in setxattr() 381 struct qstr nm = QSTR_INIT(name, strlen(name)); in ubifs_getxattr() 546 struct qstr nm = QSTR_INIT(name, strlen(name)); in ubifs_removexattr()
|
/linux-4.4.14/fs/f2fs/ |
D | namei.c | 201 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent() 211 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 212 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries() 364 struct qstr istr = QSTR_INIT(symname, len); in f2fs_symlink()
|
D | f2fs.h | 282 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 54 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 650 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.4.14/fs/ext2/ |
D | namei.c | 81 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/linux-4.4.14/fs/ |
D | libfs.c | 74 static struct qstr cursor_name = QSTR_INIT(".", 1); in dcache_dir_open() 218 struct qstr d_name = QSTR_INIT(name, strlen(name)); in mount_pseudo()
|
D | dcache.c | 1893 static const struct qstr name = QSTR_INIT("/", 1); in d_make_root() 1936 static const struct qstr anonstring = QSTR_INIT("/", 1); in __d_obtain_alias()
|
D | aio.c | 207 struct qstr this = QSTR_INIT("[aio]", 5); in aio_private_file()
|
D | namei.c | 3241 static const struct qstr name = QSTR_INIT("/", 1); in do_tmpfile()
|
/linux-4.4.14/fs/nilfs2/ |
D | namei.c | 450 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/linux-4.4.14/fs/udf/ |
D | namei.c | 1229 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 129 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 1169 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 472 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1805 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
/linux-4.4.14/fs/ext4/ |
D | namei.c | 1607 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|