Searched refs:d_shortname (Results 1 – 4 of 4) sorted by relevance
362 if (likely(s == dentry->d_shortname.string)) { in take_dentry_name_snapshot()363 name->inline_name = dentry->d_shortname; in take_dentry_name_snapshot()1695 dname = dentry->d_shortname.string; in __d_alloc()1708 dname = dentry->d_shortname.string; in __d_alloc()2722 target->d_shortname = dentry->d_shortname; in swap_names()2732 dentry->d_shortname = target->d_shortname; in swap_names()2739 swap(dentry->d_shortname.words[i], in swap_names()2740 target->d_shortname.words[i]); in swap_names()2755 dentry->d_shortname = target->d_shortname; in copy_name()2756 dentry->d_name.name = dentry->d_shortname.string; in copy_name()[all …]
1816 if (qstr.name == dentry->d_shortname.string) { in generic_ci_d_compare()1817 strbuf = dentry->d_shortname; // NUL is guaranteed to be in there in generic_ci_d_compare()
28 vma->vm_file->f_path.dentry->d_shortname.string); in check_vma()
89 #define d_iname d_shortname.string100 union shortname_store d_shortname; member