Home
last modified time | relevance | path

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

/fs/hpfs/
A Dhpfs.h406 u8 fill[3]; member
504 __le32 fill[3]; /* unused */ member
/fs/ntfs3/
A Dfsntfs.c1586 struct page *fill; in ntfs_bio_fill_1() local
1590 fill = alloc_page(GFP_KERNEL); in ntfs_bio_fill_1()
1591 if (!fill) in ntfs_bio_fill_1()
1594 kaddr = kmap_atomic(fill); in ntfs_bio_fill_1()
1597 flush_dcache_page(fill); in ntfs_bio_fill_1()
1598 lock_page(fill); in ntfs_bio_fill_1()
1624 if (bio_add_page(bio, fill, add, 0) < add) in ntfs_bio_fill_1()
1640 unlock_page(fill); in ntfs_bio_fill_1()
1641 put_page(fill); in ntfs_bio_fill_1()
/fs/fat/
A Dnamei_vfat.c514 int i, fill; in xlate_to_uni() local
564 fill = 13 - (*outlen % 13); in xlate_to_uni()
565 for (i = 0; i < fill; i++) { in xlate_to_uni()
569 *outlen += fill; in xlate_to_uni()
/fs/jffs2/
A 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()

Completed in 51 milliseconds