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

  /src/sys/kern/
vfs_trans.c 64 enum fstrans_lock_type { enum
83 enum fstrans_lock_type fli_lock_type;
123 static inline int _fstrans_start(struct mount *, enum fstrans_lock_type, int);
125 const enum fstrans_lock_type);
502 const enum fstrans_lock_type type)
520 _fstrans_start(struct mount *mp, enum fstrans_lock_type lock_type, int wait)

Completed in 11 milliseconds