Home
last modified time | relevance | path

Searched refs:fs_sysfs_path (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dfs.h80 struct fs_sysfs_path { struct
242 #define FS_IOC_GETFSSYSFSPATH _IOR(0x15, 1, struct fs_sysfs_path)
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h89 struct fs_sysfs_path { struct
249 #define FS_IOC_GETFSSYSFSPATH _IOR(0x15, 1, struct fs_sysfs_path)
/linux-6.15/include/uapi/linux/
H A Dfs.h89 struct fs_sysfs_path { struct
249 #define FS_IOC_GETFSSYSFSPATH _IOR(0x15, 1, struct fs_sysfs_path)
/linux-6.15/fs/
H A Dioctl.c785 struct fs_sysfs_path u = {}; in ioctl_get_fs_sysfs_path()