Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dinterface.c250 vfs_rmdir(parent_inode, de); in hwgfs_unregister()
/linux-2.4.37.9/kernel/
Dksyms.c267 EXPORT_SYMBOL(vfs_rmdir);
/linux-2.4.37.9/fs/
Dnamei.c1418 int vfs_rmdir(struct inode *dir, struct dentry *dentry) in vfs_rmdir() function
1482 error = vfs_rmdir(nd.dentry->d_inode, dentry); in sys_rmdir()
/linux-2.4.37.9/drivers/hotplug/
Dpci_hotplug_core.c550 vfs_rmdir(parent->d_inode,dentry); in fs_remove_file()
/linux-2.4.37.9/fs/nfsd/
Dvfs.c1392 err = vfs_rmdir(dirp, rdentry); in nfsd_unlink()
/linux-2.4.37.9/include/linux/
Dfs.h824 extern int vfs_rmdir(struct inode *, struct dentry *);