Searched refs:bio_integrity_free (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h503 extern void bio_integrity_free(struct bio *, struct bio_set *);
526 #define bio_integrity_free(a, b) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio-integrity.c137 * bio_integrity_free - Free bio integrity payload
144 void bio_integrity_free(struct bio *bio, struct bio_set *bs) function
162 EXPORT_SYMBOL(bio_integrity_free); variable
H A Dbio.c241 bio_integrity_free(bio, bs);
355 bio_integrity_free(bio, fs_bio_set);

Completed in 45 milliseconds