Home
last modified time | relevance | path

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

/fs/sysfs/
Dsysfs.h191 static inline struct sysfs_dirent *__sysfs_get(struct sysfs_dirent *sd) in __sysfs_get() function
199 #define sysfs_get(sd) __sysfs_get(sd)
Dmount.c191 return __sysfs_get(sd); in sysfs_get()