os_lock_file
err = os_lock_file(fd, openflags->w);
extern int os_lock_file(int fd, int excl);
EXPORT_SYMBOL(os_lock_file);