Searched hist:"156 cb26583261189ef25d1535ec92e4244adb0f8" (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_rawread.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
H A D | ffs_inode.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
H A D | ffs_vnops.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
H A D | ffs_softdep.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
H A D | ffs_vfsops.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
/freebsd/sys/kern/ |
H A D | vfs_default.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
H A D | vfs_subr.c | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|
/freebsd/sys/sys/ |
H A D | vnode.h | diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST(). diff 156cb26583261189ef25d1535ec92e4244adb0f8 Mon Oct 25 11:14:03 CEST 2004 Poul-Henning Kamp <phk@FreeBSD.org> Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state, rather than using TAILQ_EMPTY() or TAILQ_FIRST().
|