Lines Matching refs:ncl
1177 static int __nfsd_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, struct nfsdfs_client *ncl)
1184 if (ncl) {
1185 inode->i_private = ncl;
1186 kref_get(&ncl->cl_ref);
1194 static struct dentry *nfsd_mkdir(struct dentry *parent, struct nfsdfs_client *ncl, char *name)
1204 ret = __nfsd_mkdir(d_inode(parent), dentry, S_IFDIR | 0600, ncl);
1218 struct nfsdfs_client *ncl = inode->i_private;
1221 kref_put(&ncl->cl_ref, ncl->cl_release);
1307 struct nfsdfs_client *ncl, u32 id,
1316 dentry = nfsd_mkdir(nn->nfsd_client_dir, ncl, name);