Searched refs:QSTR_INIT (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | xattr.c | 307 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/ |
D | namei.c | 184 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/ |
D | dcache.h | 54 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
/linux-4.1.27/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.1.27/fs/ext2/ |
D | namei.c | 81 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/linux-4.1.27/fs/ |
D | libfs.c | 79 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()
|
D | dcache.c | 1890 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()
|
D | aio.c | 207 struct qstr this = QSTR_INIT("[aio]", 5); in aio_private_file()
|
D | namei.c | 3185 static const struct qstr name = QSTR_INIT("/", 1); in do_tmpfile()
|
/linux-4.1.27/fs/nilfs2/ |
D | namei.c | 453 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/linux-4.1.27/fs/udf/ |
D | namei.c | 1178 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 144 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1169 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 472 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/linux-4.1.27/fs/ext3/ |
D | namei.c | 1048 struct qstr dotdot = QSTR_INIT("..", 2); in ext3_get_parent()
|
/linux-4.1.27/fs/proc/ |
D | base.c | 1617 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 1611 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|