Home
last modified time | relevance | path

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

/linux-3.3/fs/nfs/
Ddir.c52 static int nfs_rmdir(struct inode *, struct dentry *);
79 .rmdir = nfs_rmdir,
99 .rmdir = nfs_rmdir,
123 .rmdir = nfs_rmdir,
1748 static int nfs_rmdir(struct inode *dir, struct dentry *dentry) in nfs_rmdir() function