Home
last modified time | relevance | path

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

/linux-4.19.296/fs/configfs/
Dconfigfs_internal.h129 static inline struct configfs_attribute * to_attr(struct dentry * dentry) in to_attr() function
/linux-4.19.296/fs/xfs/
Dxfs_error.c62 to_attr(struct attribute *attr) in to_attr() function
Dxfs_sysfs.c26 to_attr(struct attribute *attr) in to_attr() function
/linux-4.19.296/drivers/cpufreq/
Dcpufreq.c904 #define to_attr(a) container_of(a, struct freq_attr, attr) macro