Home
last modified time | relevance | path

Searched defs:configfs_dirent (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/configfs/
Dconfigfs_internal.h32 struct configfs_dirent { struct
33 atomic_t s_count;
34 int s_dependent_count;
35 struct list_head s_sibling;
36 struct list_head s_children;
37 int s_links;
38 void * s_element;
62 extern spinlock_t configfs_dirent_lock; argument
68 extern struct inode * configfs_new_inode(umode_t mode, struct configfs_dirent *, struct super_block… argument