tag | line | file | source code |
---|---|---|---|
fcntl_setlk | 99 | fs/fcntl.c | return fcntl_setlk(fd, cmd, (struct flock *) arg); |
fcntl_setlk | 101 | fs/fcntl.c | return fcntl_setlk(fd, cmd, (struct flock *) arg); |
fcntl_setlk | 354 | include/linux/fs.h | extern int fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l); |