Searched refs:__rpc_create_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | rpc_pipe.c | 492 static int __rpc_create_common(struct inode *dir, struct dentry *dentry, in __rpc_create_common() function 524 err = __rpc_create_common(dir, dentry, S_IFREG | mode, i_fop, private); in __rpc_create() 538 err = __rpc_create_common(dir, dentry, S_IFDIR | mode, i_fop, private); in __rpc_mkdir() 591 err = __rpc_create_common(dir, dentry, S_IFIFO | mode, i_fop, private); in __rpc_mkpipe_dentry()
|