Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dfs.h84 struct fsuuid2 { struct
246 #define FS_IOC_GETFSUUID _IOR(0x15, 0, struct fsuuid2)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h95 struct fsuuid2 { struct
332 #define FS_IOC_GETFSUUID _IOR(0x15, 0, struct fsuuid2)
/linux/fs/
H A Dioctl.c458 struct fsuuid2 u = { .len = sb->s_uuid_len, }; in ioctl_getfsuuid()