Searched refs:__rpc_create_common (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Drpc_pipe.c469 static int __rpc_create_common(struct inode *dir, struct dentry *dentry, function
501 err = __rpc_create_common(dir, dentry, S_IFREG | mode, i_fop, private);
515 err = __rpc_create_common(dir, dentry, S_IFDIR | mode, i_fop, private);
533 err = __rpc_create_common(dir, dentry, S_IFIFO | mode, i_fop, private);

Completed in 45 milliseconds