Searched refs:CONFIGFS_ITEM_LINK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | configfs_internal.h | 53 #define CONFIGFS_ITEM_LINK 0x0020 macro
|
H A D | inode.c | 197 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name()
|
H A D | symlink.c | 228 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
|
H A D | dir.c | 371 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK, in configfs_create_link() 974 type_print(CONFIGFS_ITEM_LINK); in configfs_dump_one()
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | configfs_internal.h | 51 #define CONFIGFS_ITEM_LINK 0x0020 macro
|
H A D | symlink.c | 228 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
|
H A D | inode.c | 189 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name()
|
H A D | dir.c | 370 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK, in configfs_create_link() 948 type_print(CONFIGFS_ITEM_LINK); in configfs_dump_one()
|
Completed in 8 milliseconds