Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dvfs.c320 static int check_lock_range(struct file *filp, loff_t start, loff_t end, in check_lock_range() function
391 ret = check_lock_range(filp, *pos, *pos + count - 1, READ); in ksmbd_vfs_read()
505 err = check_lock_range(filp, *pos, *pos + count - 1, WRITE); in ksmbd_vfs_write()
859 err = check_lock_range(filp, size, in ksmbd_vfs_truncate()
862 err = check_lock_range(filp, inode->i_size, in ksmbd_vfs_truncate()
1775 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1778 if (check_lock_range(dst_fp->filp, dst_off, in ksmbd_vfs_copy_file_ranges()