Home
last modified time | relevance | path

Searched refs:de_name_len (Results 1 – 7 of 7) sorted by relevance

/linux/fs/crypto/
A Dfname.c506 const u8 *de_name, u32 de_name_len) in fscrypt_match_name() argument
513 if (de_name_len != fname->disk_name.len) in fscrypt_match_name()
515 return !memcmp(de_name, fname->disk_name.name, de_name_len); in fscrypt_match_name()
517 if (de_name_len <= sizeof(nokey_name->bytes)) in fscrypt_match_name()
522 de_name_len - sizeof(nokey_name->bytes), digest); in fscrypt_match_name()
/linux/fs/f2fs/
A Ddir.c219 const u8 *de_name, u32 de_name_len) in f2fs_match_ci_name() argument
223 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in f2fs_match_ci_name()
224 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name()
229 FSTR_INIT((u8 *)de_name, de_name_len); in f2fs_match_ci_name()
234 decrypted_name.name = kmalloc(de_name_len, GFP_KERNEL); in f2fs_match_ci_name()
265 const u8 *de_name, u32 de_name_len) in f2fs_match_name() argument
273 return f2fs_match_ci_name(dir, &cf, de_name, de_name_len); in f2fs_match_name()
281 return fscrypt_match_name(&f, de_name, de_name_len); in f2fs_match_name()
/linux/include/linux/
A Dfscrypt.h324 const u8 *de_name, u32 de_name_len);
573 const u8 *de_name, u32 de_name_len) in fscrypt_match_name() argument
576 if (de_name_len != fname->disk_name.len) in fscrypt_match_name()
/linux/fs/gfs2/
A Ddir.c406 be16_to_cpu(dent->de_name_len) == name->len && in __gfs2_dirent_find()
448 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_offset()
467 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_space()
520 unlikely(sizeof(struct gfs2_dirent)+be16_to_cpu(dent->de_name_len) > in gfs2_check_dirent()
737 offset = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_init_dirent()
1090 str.len = be16_to_cpu(dent->de_name_len); in dir_split_leaf()
1232 unsigned int len_a = be16_to_cpu(dent_a->de_name_len); in compare_dents()
1233 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents()
1304 be16_to_cpu(dent->de_name_len), in do_filldir_main()
A Ddir.h73 dent->de_name_len = cpu_to_be16(name->len); in gfs2_qstr2dirent()
/linux/include/uapi/linux/
A Dgfs2_ondisk.h323 __be16 de_name_len; member
/linux/fs/ext4/
A Dnamei.c1330 u8 *de_name, size_t de_name_len, bool quick) in ext4_ci_compare() argument
1334 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in ext4_ci_compare()
1335 struct qstr entry = QSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
1340 FSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
1342 decrypted_name.name = kmalloc(de_name_len, GFP_KERNEL); in ext4_ci_compare()

Completed in 29 milliseconds