Home
last modified time | relevance | path

Searched refs:file_lock (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dfile_lock.h37 int file_lock( int , int, char ** );
/third_party/ltp/testcases/kernel/fs/doio/
H A DMakefile35 $(MAKE_TARGETS): dataascii.o databin.o file_lock.o forker.o open_flags.o \
H A Dfile_lock.c42 #include "file_lock.h"
61 int file_lock(int fd, int flags, char **errormsg) in file_lock() function
87 "Programmer error, called file_lock with in valid flags\n"); in file_lock()
126 } /* end of file_lock */ in file_lock()
H A Dgrowfiles.c92 #include "file_lock.h"
2975 * file_lock will attempt to do action over and over again until in lkfile()
2979 if (file_lock(fd, operation, &errmsg) != 0) { in lkfile()
/third_party/NuttX/fs/inode/
H A Dfs_files.c787 files->file_lock = 0; in alloc_files()
828 files->file_lock = 0; in dup_fd()
918 files->file_lock = 0; in create_files_snapshot()
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c261 struct file_lock fl1, fl2; in test_lockd()

Completed in 5 milliseconds