Home
last modified time | relevance | path

Searched refs:cvf_is_uptodate (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dfat_cvf.h21 int (*cvf_is_uptodate) (struct super_block *sb,struct buffer_head *bh); member
/linux-2.4.37.9/fs/fat/
Dbuffer.c49 return MSDOS_SB(sb)->cvf_format->cvf_is_uptodate(sb,bh); in fat_is_uptodate()
Dcvf.c46 cvf_is_uptodate: default_fat_is_uptodate,