Home
last modified time | relevance | path

Searched refs:qname (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/fs/
Dnsfs.c50 struct qstr qname = { .name = "", }; in ns_get_path() local
90 dentry = d_alloc_pseudo(mnt->mnt_sb, &qname); in ns_get_path()
/linux-4.1.27/fs/ncpfs/
Ddir.c585 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.1.27/net/sunrpc/
Dsched.c220 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.1.27/fs/proc/
Dproc_sysctl.c620 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()
Dbase.c1617 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache() local
1622 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache()
1624 child = d_alloc(dir, &qname); in proc_fill_cache()
/linux-4.1.27/fs/fat/
Dnamei_vfat.c655 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.1.27/arch/s390/mm/
Dextmem.c73 char qname[8]; member
258 memcpy (qin->qname, seg->dcss_name, 8); in query_segment_type()
/linux-4.1.27/fs/ext3/
Dsuper.c926 char *qname; in set_qf_name() local
935 qname = match_strdup(args); in set_qf_name()
936 if (!qname) { in set_qf_name()
942 int same = !strcmp(sbi->s_qf_names[qtype], qname); in set_qf_name()
944 kfree(qname); in set_qf_name()
952 if (strchr(qname, '/')) { in set_qf_name()
955 kfree(qname); in set_qf_name()
958 sbi->s_qf_names[qtype] = qname; in set_qf_name()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c187 static const char * const qname[] = { in cim_qcfg_show() local
228 qname[i], base[i], size[i], thres[i], in cim_qcfg_show()
234 qname[i], base[i], size[i], in cim_qcfg_show()
/linux-4.1.27/fs/ext4/
Dsuper.c1268 char *qname; in set_qf_name() local
1283 qname = match_strdup(args); in set_qf_name()
1284 if (!qname) { in set_qf_name()
1290 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name()
1298 if (strchr(qname, '/')) { in set_qf_name()
1303 sbi->s_qf_names[qtype] = qname; in set_qf_name()
1307 kfree(qname); in set_qf_name()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug.c644 static const char *qname[4] = { in read_file_queues() local
650 seq_printf(file, "(%s): ", qname[i]); in read_file_queues()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c559 char *qname; in dlm_init_lockres() local
565 qname = (char *) res->lockname.name; in dlm_init_lockres()
566 memcpy(qname, name, namelen); in dlm_init_lockres()