HomeSort by: relevance | last modified time | path
    Searched defs:lockf (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_extern.h 56 struct lockf *lockf; /* advlock */ member in struct:v7fs_node
  /src/sys/fs/sysvbfs/
sysvbfs.h 49 struct lockf *lockf; /* advlock */ member in struct:sysvbfs_node
  /src/sys/kern/
vfs_lockf.c 49 #include <sys/lockf.h>
57 * The lockf structure is a kernel structure which contains the information
58 * associated with a byte range lock. The lockf structures are linked into
69 TAILQ_HEAD(locklist, lockf);
71 struct lockf { struct
78 struct lockf **lf_head; /* Back pointer to the head of lockf list */
79 struct lockf *lf_next; /* Next lock on this vnode, or blocking lock */
81 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */
89 static char lockstr[] = "lockf";
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.h 314 heim_db_plug_lock_f_t lockf; member in struct:heim_db_type
db.c 112 heim_db_plug_lock_f_t lockf; member in struct:db_plugin
198 (plugin->lockf != NULL && plugin->unlockf == NULL) ||
224 plug->lockf = plugin->lockf;
510 if (db->plug->lockf == NULL)
514 ret = db->plug->lockf(db->db_data, read_only, error);
535 ret = db->plug->lockf(db->db_data, 0, error);
564 if (db->plug->commitf == NULL && db->plug->lockf == NULL)
  /src/sys/fs/nilfs/
nilfs.h 203 struct lockf *lockf; /* lock list */ member in struct:nilfs_node
  /src/sys/fs/udf/
udf.h 399 struct lockf *lockf; /* lock list */ member in struct:udf_node
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 878 __real_lockf = (int (*)(int, int, off_t))dlsym (dlflag, "lockf");
881 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT lockf\n");
3210 /*------------------------------------------------------------- lockf */
3212 lockf (int fildes, int function, off_t size) function
3217 if (NULL_PTR (lockf))
3220 return CALL_REAL (lockf)(fildes, function, size);
3223 ret = CALL_REAL (lockf)(fildes, function, size);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 878 __real_lockf = (int (*)(int, int, off_t))dlsym (dlflag, "lockf");
881 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT lockf\n");
3210 /*------------------------------------------------------------- lockf */
3212 lockf (int fildes, int function, off_t size) function
3217 if (NULL_PTR (lockf))
3220 return CALL_REAL (lockf)(fildes, function, size);
3223 ret = CALL_REAL (lockf)(fildes, function, size);
  /src/lib/libc/include/
namespace.h 516 #define lockf _lockf macro

Completed in 57 milliseconds