Home
last modified time | relevance | path

Searched refs:KSMBD_GLOBAL_FLAG_SMB2_LEASES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmb2ops.c206 if (server_conf.flags & KSMBD_GLOBAL_FLAG_SMB2_LEASES) in init_smb2_1_server()
223 if (server_conf.flags & KSMBD_GLOBAL_FLAG_SMB2_LEASES) in init_smb3_0_server()
253 if (server_conf.flags & KSMBD_GLOBAL_FLAG_SMB2_LEASES) in init_smb3_02_server()
282 if (server_conf.flags & KSMBD_GLOBAL_FLAG_SMB2_LEASES) in init_smb3_11_server()
H A Dksmbd_netlink.h74 #define KSMBD_GLOBAL_FLAG_SMB2_LEASES BIT(0) macro