Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 4 of 4) sorted by relevance

/fs/hpfs/
Dhpfs.h406 u8 fill[3]; member
504 __le32 fill[3]; /* unused */ member
/fs/ntfs3/
Dfsntfs.c1575 struct page *fill; in ntfs_bio_fill_1() local
1579 fill = alloc_page(GFP_KERNEL); in ntfs_bio_fill_1()
1580 if (!fill) in ntfs_bio_fill_1()
1583 kaddr = kmap_atomic(fill); in ntfs_bio_fill_1()
1586 flush_dcache_page(fill); in ntfs_bio_fill_1()
1587 lock_page(fill); in ntfs_bio_fill_1()
1613 if (bio_add_page(bio, fill, add, 0) < add) in ntfs_bio_fill_1()
1629 unlock_page(fill); in ntfs_bio_fill_1()
1630 put_page(fill); in ntfs_bio_fill_1()
/fs/fat/
Dnamei_vfat.c517 int i, fill; in xlate_to_uni() local
567 fill = 13 - (*outlen % 13); in xlate_to_uni()
568 for (i = 0; i < fill; i++) { in xlate_to_uni()
572 *outlen += fill; in xlate_to_uni()
/fs/jffs2/
Dgc.c1037 goto fill; in jffs2_garbage_collect_hole()
1059 goto fill; in jffs2_garbage_collect_hole()
1066 goto fill; in jffs2_garbage_collect_hole()
1069 fill: in jffs2_garbage_collect_hole()