is_dentry_allowed_for_filemod
if (!is_dentry_allowed_for_filemod(filp_dentry, &device_id, &file_ino))
if (!is_dentry_allowed_for_filemod(old_dentry, &src_device_id, &src_file_ino) &&
!is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino))
if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino))