Searched refs:__rpc_create_common (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/sunrpc/ |
D | rpc_pipe.c | 487 static int __rpc_create_common(struct inode *dir, struct dentry *dentry, in __rpc_create_common() function 519 err = __rpc_create_common(dir, dentry, S_IFREG | mode, i_fop, private); in __rpc_create() 533 err = __rpc_create_common(dir, dentry, S_IFDIR | mode, i_fop, private); in __rpc_mkdir() 586 err = __rpc_create_common(dir, dentry, S_IFIFO | mode, i_fop, private); in __rpc_mkpipe_dentry()
|