Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dnamei.c273 static int ext2_unlink(struct inode *dir, struct dentry *dentry) in ext2_unlink() function
308 err = ext2_unlink(dir, dentry); in ext2_rmdir()
411 .unlink = ext2_unlink,