Searched refs:erase (Results 1 – 8 of 8) sorted by relevance
/fs/jffs2/ |
D | README.Locking | 79 As the MTD API no longer permits erase-completion callback functions 86 the list are protected by the file mutex f->sem. But the erase code 124 This mutex is only used by the erase code which frees obsolete node 131 heavyweight lock was required to prevent the erase code from freeing
|
D | Makefile | 10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
/fs/pstore/ |
D | inode.c | 200 if (p->psi->erase) in pstore_unlink() 201 p->psi->erase(p->type, p->id, p->count, in pstore_unlink()
|
D | ram.c | 391 .erase = ramoops_pstore_erase,
|
/fs/logfs/ |
D | dev_mtd.c | 258 .erase = logfs_mtd_erase,
|
D | dev_bdev.c | 296 .erase = bdev_erase,
|
D | logfs.h | 156 int (*erase)(struct super_block *sb, loff_t ofs, size_t len, member
|
D | segment.c | 35 return super->s_devops->erase(sb, (u64)segno << super->s_segshift, in logfs_erase_segment()
|