Searched refs:fstr (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ext4/
H A Ddir.c135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); local
165 err = fscrypt_fname_alloc_buffer(EXT4_NAME_LEN, &fstr);
278 int save_len = fstr.len;
287 &de_name, &fstr);
288 de_name = fstr;
289 fstr.len = save_len;
310 fscrypt_fname_free_buffer(&fstr);
/linux-master/fs/f2fs/
H A Ddir.c974 unsigned int start_pos, struct fscrypt_str *fstr)
1027 int save_len = fstr->len;
1031 0, &de_name, fstr);
1035 de_name = *fstr;
1036 fstr->len = save_len;
1067 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); local
1075 err = fscrypt_fname_alloc_buffer(F2FS_NAME_LEN, &fstr);
1081 err = f2fs_read_inline_dir(file, ctx, &fstr);
1117 n * NR_DENTRY_IN_BLOCK, &fstr);
1128 fscrypt_fname_free_buffer(&fstr);
973 f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, unsigned int start_pos, struct fscrypt_str *fstr) argument
[all...]
H A Dinline.c735 struct fscrypt_str *fstr)
762 err = f2fs_fill_dentries(ctx, &d, 0, fstr);
734 f2fs_read_inline_dir(struct file *file, struct dir_context *ctx, struct fscrypt_str *fstr) argument
H A Df2fs.h3546 unsigned int start_pos, struct fscrypt_str *fstr);
4172 struct fscrypt_str *fstr);
/linux-master/tools/perf/util/
H A Dauxtrace.c2254 char *fstr; local
2257 filt->str = fstr = strdup(*filter_inp);
2258 if (!fstr)
2261 err = parse_num_or_str(&fstr, NULL, &filt->action, " ");
2269 err = parse_addr_size(&fstr, &filt->addr, &filt->sym_from,
2274 fstr += strspn(fstr, " ");
2276 if (*fstr == '/') {
2277 fstr += 1;
2278 err = parse_addr_size(&fstr,
2310 const char *fstr = filter; local
[all...]
/linux-master/fs/ubifs/
H A Ddir.c558 struct fscrypt_str fstr = {0}; local
579 err = fscrypt_fname_alloc_buffer(UBIFS_MAX_NLEN, &fstr);
583 fstr_real_len = fstr.len;
609 fscrypt_fname_free_buffer(&fstr);
654 fstr.len = fstr_real_len;
659 &nm.disk_name, &fstr);
663 fstr.len = fname_len(&nm);
664 fstr.name = fname_name(&nm);
667 if (!dir_emit(ctx, fstr.name, fstr
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1016 const char *fstr, *tstr; local
1060 fstr = tstr = NULL;
1062 fstr = ifname_from;
1066 snprintf(str, sizeof(str), "xmit %s->%s", fstr ?: "?",
/linux-master/kernel/events/
H A Dcore.c10806 perf_event_parse_addr_filter(struct perf_event *event, char *fstr, argument
10816 orig = fstr = kstrdup(fstr, GFP_KERNEL);
10817 if (!fstr)
10820 while ((start = strsep(&fstr, " ,\n")) != NULL) {

Completed in 202 milliseconds