Home
last modified time | relevance | path

Searched refs:d_shortname (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/
H A Ddcache.c362 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 …]
H A Dlibfs.c1816 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()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dfind_vma.c28 vma->vm_file->f_path.dentry->d_shortname.string); in check_vma()
/linux-6.15/include/linux/
H A Ddcache.h89 #define d_iname d_shortname.string
100 union shortname_store d_shortname; member