Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.h66 struct ksmbd_file *o_fp; member
H A Doplock.c315 if (opinfo && snapshot && opinfo->o_fp && in opinfo_get_list()
316 opinfo->o_fp != skip_fp && in opinfo_get_list()
317 READ_ONCE(opinfo->o_fp->is_durable)) { in opinfo_get_list()
320 !READ_ONCE(opinfo->o_fp->conn) || in opinfo_get_list()
321 !READ_ONCE(opinfo->o_fp->tcon); in opinfo_get_list()
364 struct ksmbd_inode *ci = opinfo->o_fp->f_ci; in opinfo_del()
1726 opinfo->o_fp = fp; in smb_grant_oplock()
H A Dvfs_cache.c1935 if (op->conn || op->o_fp != fp) in ksmbd_reopen_durable_fd()