HomeSort by: relevance | last modified time | path
    Searched refs:fcntl_lock_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
lvm-file.h 49 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only);
  /src/external/gpl2/lvm2/dist/lib/misc/
lvm-file.h 49 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only);
lvm-file.c 209 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only) function
222 log_error("fcntl_lock_file failed in strdup.");
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-persistent.c 208 if ((lockfd = fcntl_lock_file(pf->file, F_WRLCK, 0)) < 0)

Completed in 84 milliseconds