| /linux-4.4.14/fs/ |
| D | nsfs.c | 51 struct qstr qname = { .name = "", }; in ns_get_path() local 91 dentry = d_alloc_pseudo(mnt->mnt_sb, &qname); in ns_get_path()
|
| /linux-4.4.14/fs/ncpfs/ |
| D | dir.c | 585 struct qstr qname; in ncp_fill_cache() local 591 qname.len = sizeof(__name); in ncp_fill_cache() 592 if (ncp_vol2io(NCP_SERVER(dir), __name, &qname.len, in ncp_fill_cache() 597 qname.name = __name; in ncp_fill_cache() 599 newdent = d_hash_and_lookup(dentry, &qname); in ncp_fill_cache() 603 newdent = d_alloc(dentry, &qname); in ncp_fill_cache() 621 dentry_update_name_case(newdent, &qname); in ncp_fill_cache() 677 ctl.filled = !dir_emit(ctx, qname.name, qname.len, in ncp_fill_cache()
|
| /linux-4.4.14/net/sunrpc/ |
| D | sched.c | 220 static void __rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const char *qname, unsigne… in __rpc_init_priority_wait_queue() argument 232 rpc_assign_waitqueue_name(queue, qname); in __rpc_init_priority_wait_queue() 235 void rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const char *qname) in rpc_init_priority_wait_queue() argument 237 __rpc_init_priority_wait_queue(queue, qname, RPC_NR_PRIORITY); in rpc_init_priority_wait_queue() 241 void rpc_init_wait_queue(struct rpc_wait_queue *queue, const char *qname) in rpc_init_wait_queue() argument 243 __rpc_init_priority_wait_queue(queue, qname, 1); in rpc_init_wait_queue()
|
| /linux-4.4.14/fs/proc/ |
| D | proc_sysctl.c | 620 struct qstr qname; in proc_sys_fill_cache() local 624 qname.name = table->procname; in proc_sys_fill_cache() 625 qname.len = strlen(table->procname); in proc_sys_fill_cache() 626 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache() 628 child = d_lookup(dir, &qname); in proc_sys_fill_cache() 630 child = d_alloc(dir, &qname); in proc_sys_fill_cache() 648 return dir_emit(ctx, qname.name, qname.len, ino, type); in proc_sys_fill_cache()
|
| D | base.c | 1805 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache() local 1810 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache() 1812 child = d_alloc(dir, &qname); in proc_fill_cache()
|
| /linux-4.4.14/fs/fat/ |
| D | namei_vfat.c | 655 static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, in vfat_add_entry() argument 663 len = vfat_striptail_len(qname); in vfat_add_entry() 671 err = vfat_build_slots(dir, qname->name, len, is_dir, cluster, ts, in vfat_add_entry() 691 static int vfat_find(struct inode *dir, struct qstr *qname, in vfat_find() argument 694 unsigned int len = vfat_striptail_len(qname); in vfat_find() 697 return fat_search_long(dir, qname->name, len, sinfo); in vfat_find()
|
| /linux-4.4.14/fs/f2fs/ |
| D | crypto_fname.c | 312 const struct qstr qname = FSTR_TO_QSTR(iname); in f2fs_fname_disk_to_usr() local 316 if (is_dot_dotdot(&qname)) { in f2fs_fname_disk_to_usr()
|
| /linux-4.4.14/arch/s390/mm/ |
| D | extmem.c | 74 char qname[8]; member 261 memcpy (qin->qname, seg->dcss_name, 8); in query_segment_type()
|
| /linux-4.4.14/fs/ext4/ |
| D | super.c | 1285 char *qname; in set_qf_name() local 1300 qname = match_strdup(args); in set_qf_name() 1301 if (!qname) { in set_qf_name() 1307 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name() 1315 if (strchr(qname, '/')) { in set_qf_name() 1320 sbi->s_qf_names[qtype] = qname; in set_qf_name() 1324 kfree(qname); in set_qf_name()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | debug.c | 644 static const char *qname[4] = { in read_file_queues() local 650 seq_printf(file, "(%s): ", qname[i]); in read_file_queues()
|
| /linux-4.4.14/fs/ocfs2/dlm/ |
| D | dlmmaster.c | 549 char *qname; in dlm_init_lockres() local 555 qname = (char *) res->lockname.name; in dlm_init_lockres() 556 memcpy(qname, name, namelen); in dlm_init_lockres()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_debugfs.c | 324 static const char * const qname[] = { in cim_qcfg_show() local 365 qname[i], base[i], size[i], thres[i], in cim_qcfg_show() 371 qname[i], base[i], size[i], in cim_qcfg_show()
|