Home
last modified time | relevance | path

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

/linux/fs/configfs/
H A Dconfigfs_internal.h51 #define CONFIGFS_ITEM_LINK 0x0020 macro
59 (CONFIGFS_ROOT | CONFIGFS_DIR | CONFIGFS_ITEM_LINK)
H A Dsymlink.c228 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()