Home
last modified time | relevance | path

Searched defs:dlm_lock_params (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlm_device.h33 struct dlm_lock_params { struct
34 __u8 mode;
35 __u8 namelen;
36 __u16 unused;
37 __u32 flags;
38 __u32 lkid;
39 __u32 parent;
40 __u64 xid;
41 __u64 timeout;
42 void __user *castparam;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddlm_device.h33 struct dlm_lock_params { struct
34 __u8 mode;
35 __u8 namelen;
36 __u16 unused;
37 __u32 flags;
38 __u32 lkid;
39 __u32 parent;
40 __u64 xid;
41 __u64 timeout;
42 void *castparam;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddlm_device.h33 struct dlm_lock_params { struct
34 __u8 mode;
35 __u8 namelen;
36 __u16 unused;
37 __u32 flags;
38 __u32 lkid;
39 __u32 parent;
40 __u64 xid;
41 __u64 timeout;
42 void *castparam;
[all …]