Home
last modified time | relevance | path

Searched refs:to_item (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/configfs/
Ditem.c22 static inline struct config_item *to_item(struct list_head *entry) in to_item() function
181 struct config_item *item = to_item(entry); in config_group_find_item()
Dconfigfs_internal.h102 static inline struct config_item * to_item(struct dentry * dentry) in to_item() function
Dfile.c309 buffer->item = to_item(dentry->d_parent); in __configfs_open_file()