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

  /src/sys/kern/
vfs_trans.c 112 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */ variable in typeref:typename:int
287 KASSERT(fstrans_gone_count > 0);
288 fstrans_gone_count -= 1;
341 fstrans_gone_count += 1;
609 if (__predict_false(fstrans_gone_count > 0))
vfs_trans.c 112 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */ variable in typeref:typename:int
287 KASSERT(fstrans_gone_count > 0);
288 fstrans_gone_count -= 1;
341 fstrans_gone_count += 1;
609 if (__predict_false(fstrans_gone_count > 0))
vfs_trans.c 112 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */ variable in typeref:typename:int
287 KASSERT(fstrans_gone_count > 0);
288 fstrans_gone_count -= 1;
341 fstrans_gone_count += 1;
609 if (__predict_false(fstrans_gone_count > 0))

Completed in 36 milliseconds