Searched refs:fstr (Results 1 – 4 of 4) sorted by relevance
/fs/ext4/ |
D | dir.c | 112 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() local 142 err = fscrypt_fname_alloc_buffer(inode, EXT4_NAME_LEN, &fstr); in ext4_readdir() 255 int save_len = fstr.len; in ext4_readdir() 262 0, 0, &de_name, &fstr); in ext4_readdir() 263 de_name = fstr; in ext4_readdir() 264 fstr.len = save_len; in ext4_readdir() 287 fscrypt_fname_free_buffer(&fstr); in ext4_readdir()
|
/fs/f2fs/ |
D | dir.c | 787 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument 815 int save_len = fstr->len; in f2fs_fill_dentries() 820 &de_name, fstr); in f2fs_fill_dentries() 824 de_name = *fstr; in f2fs_fill_dentries() 825 fstr->len = save_len; in f2fs_fill_dentries() 851 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir() local 859 err = fscrypt_fname_alloc_buffer(inode, F2FS_NAME_LEN, &fstr); in f2fs_readdir() 865 err = f2fs_read_inline_dir(file, ctx, &fstr); in f2fs_readdir() 899 n * NR_DENTRY_IN_BLOCK, &fstr); in f2fs_readdir() 908 fscrypt_fname_free_buffer(&fstr); in f2fs_readdir()
|
D | inline.c | 638 struct fscrypt_str *fstr) in f2fs_read_inline_dir() argument 659 err = f2fs_fill_dentries(ctx, &d, 0, fstr); in f2fs_read_inline_dir()
|
D | f2fs.h | 2686 unsigned int start_pos, struct fscrypt_str *fstr); 3177 struct fscrypt_str *fstr);
|