Home
last modified time | relevance | path

Searched refs:DCACHE_SYMLINK_TYPE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddcache.h212 #define DCACHE_SYMLINK_TYPE 0x00600000 /* Symlink (or fallthru to such) */ macro
421 return __d_entry_type(dentry) == DCACHE_SYMLINK_TYPE; in d_is_symlink()
/kernel/linux/linux-5.10/fs/
Ddcache.c1920 add_flags = DCACHE_SYMLINK_TYPE; in d_flags_for_inode()