Home
last modified time | relevance | path

Searched defs:FMR_OWNER (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfsmap.h103 #define FMR_OWNER(type, code) (((__u64)type << 32) | \ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfsmap.h103 #define FMR_OWNER(type, code) (((__u64)type << 32) | \ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfsmap.h48 #define FMR_OWNER(type,code) (((__u64) type << 32) | ((__u64) code & 0xFFFFFFFFULL)) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfsmap.h48 #define FMR_OWNER(type,code) (((__u64) type << 32) | ((__u64) code & 0xFFFFFFFFULL)) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfsmap.h47 #define FMR_OWNER(type, code) (((__u64)type << 32) | \ macro

Completed in 3 milliseconds