Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dvfs.c329 static int check_lock_range(struct file *filp, loff_t start, loff_t end, in check_lock_range() function
400 ret = check_lock_range(filp, *pos, *pos + count - 1, READ); in ksmbd_vfs_read()
516 err = check_lock_range(filp, *pos, *pos + count - 1, WRITE); in ksmbd_vfs_write()
828 err = check_lock_range(filp, size, in ksmbd_vfs_truncate()
831 err = check_lock_range(filp, inode->i_size, in ksmbd_vfs_truncate()
1815 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1818 if (check_lock_range(dst_fp->filp, dst_off, in ksmbd_vfs_copy_file_ranges()