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