Home
last modified time | relevance | path

Searched refs:last_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/dlm/
H A Ddir.c64 char *b, *last_name = NULL; in dlm_recover_directory() local
74 last_name = kmalloc(DLM_RESNAME_MAXLEN, GFP_NOFS); in dlm_recover_directory()
75 if (!last_name) in dlm_recover_directory()
82 memset(last_name, 0, DLM_RESNAME_MAXLEN); in dlm_recover_directory()
93 last_name, last_len, seq); in dlm_recover_directory()
177 memcpy(last_name, b, namelen); in dlm_recover_directory()
194 kfree(last_name); in dlm_recover_directory()
H A Drcom.h17 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name,
H A Drcom.c308 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, in dlm_rcom_names() argument
322 memcpy(rc->rc_buf, last_name, last_len); in dlm_rcom_names()
/openbmc/linux/fs/ceph/
H A Dexport.c444 char *last_name = NULL; in __get_snap_name() local
480 if (last_name) { in __get_snap_name()
481 req->r_path2 = last_name; in __get_snap_name()
482 last_name = NULL; in __get_snap_name()
515 last_name = kstrndup(rde->name, rde->name_len, GFP_KERNEL); in __get_snap_name()
516 if (!last_name) { in __get_snap_name()
528 kfree(last_name); in __get_snap_name()
H A Ddir.c118 kfree(dfi->last_name); in note_last_dentry()
119 dfi->last_name = buf; in note_last_dentry()
120 memcpy(dfi->last_name, name, len); in note_last_dentry()
121 dfi->last_name[len] = 0; in note_last_dentry()
123 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry()
412 if (dfi->last_name) { in ceph_readdir()
414 .len = strlen(dfi->last_name) }; in ceph_readdir()
583 kfree(dfi->last_name); in ceph_readdir()
584 dfi->last_name = NULL; in ceph_readdir()
624 kfree(dfi->last_name); in reset_readdir()
[all …]
H A Dsuper.h845 char *last_name; /* last entry in previous chunk */ member
H A Dfile.c925 kfree(dfi->last_name); in ceph_release()
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c551 static const char *last_name; in perf_stat__print_metricgroup_header() local
562 if (last_name && !strcmp(last_name, name)) { in perf_stat__print_metricgroup_header()
576 last_name = name; in perf_stat__print_metricgroup_header()
/openbmc/linux/security/tomoyo/
H A Ddomain.c299 const struct tomoyo_path_info *program, const char *last_name, in tomoyo_scan_transition() argument
317 if (strcmp(ptr->domainname->name, last_name)) in tomoyo_scan_transition()
348 const char *last_name = tomoyo_last_word(domainname->name); in tomoyo_transition_type() local
356 last_name, type)) { in tomoyo_transition_type()