Searched refs:nfs_rmdir (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 399 int nfs_rmdir(struct inode *, struct dentry *);
|
H A D | proc.c | 701 .rmdir = nfs_rmdir,
|
H A D | dir.c | 2000 int nfs_rmdir(struct inode *dir, struct dentry *dentry) in nfs_rmdir() function 2026 EXPORT_SYMBOL_GPL(nfs_rmdir); variable
|
H A D | nfs3proc.c | 970 .rmdir = nfs_rmdir,
|
H A D | nfs4proc.c | 10432 .rmdir = nfs_rmdir,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 701 .rmdir = nfs_rmdir,
|
H A D | internal.h | 395 int nfs_rmdir(struct inode *, struct dentry *);
|
H A D | dir.c | 2405 int nfs_rmdir(struct inode *dir, struct dentry *dentry) in nfs_rmdir() function 2432 EXPORT_SYMBOL_GPL(nfs_rmdir); variable
|
H A D | nfs3proc.c | 993 .rmdir = nfs_rmdir,
|
H A D | nfs4proc.c | 10649 .rmdir = nfs_rmdir,
|
Completed in 62 milliseconds