Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dfs.h75 struct fsuuid2 { struct
237 #define FS_IOC_GETFSUUID _IOR(0x15, 0, struct fsuuid2)
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h75 struct fsuuid2 { struct
237 #define FS_IOC_GETFSUUID _IOR(0x15, 0, struct fsuuid2)
/linux-6.12.1/include/uapi/linux/
Dfs.h75 struct fsuuid2 { struct
237 #define FS_IOC_GETFSUUID _IOR(0x15, 0, struct fsuuid2)
/linux-6.12.1/fs/
Dioctl.c769 struct fsuuid2 u = { .len = sb->s_uuid_len, }; in ioctl_getfsuuid()