Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmb_common.h449 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp);
H A Dsmb_common.c640 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp) in ksmbd_smb_check_shared_mode() function
H A Dsmb2pdu.c3396 share_ret = ksmbd_smb_check_shared_mode(fp->filp, fp); in smb2_open()