Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilelock.h137 int fcntl_getlk(struct file *, unsigned int, struct flock *);
191 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function
/openbmc/linux/fs/
H A Dfcntl.c343 err = fcntl_getlk(filp, cmd, &flock); in do_fcntl()
619 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
631 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
H A Dlocks.c2209 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() function