Lines Matching refs:ncl
1159 static int __nfsd_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, struct nfsdfs_client *ncl)
1166 if (ncl) {
1167 inode->i_private = ncl;
1168 kref_get(&ncl->cl_ref);
1176 static struct dentry *nfsd_mkdir(struct dentry *parent, struct nfsdfs_client *ncl, char *name)
1186 ret = __nfsd_mkdir(d_inode(parent), dentry, S_IFDIR | 0600, ncl);
1248 struct nfsdfs_client *ncl = inode->i_private;
1251 kref_put(&ncl->cl_ref, ncl->cl_release);
1338 struct nfsdfs_client *ncl, u32 id,
1348 dentry = nfsd_mkdir(nn->nfsd_client_dir, ncl, name);