Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dvfs.c321 static int check_lock_range(struct file *filp, loff_t start, loff_t end, in check_lock_range() function
393 ret = check_lock_range(filp, *pos, *pos + count - 1, READ); in ksmbd_vfs_read()
510 err = check_lock_range(filp, *pos, *pos + count - 1, WRITE); in ksmbd_vfs_write()
864 err = check_lock_range(filp, size, in ksmbd_vfs_truncate()
867 err = check_lock_range(filp, inode->i_size, in ksmbd_vfs_truncate()
1762 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1765 if (check_lock_range(dst_fp->filp, dst_off, in ksmbd_vfs_copy_file_ranges()