Searched refs:dchild (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| A D | vfs.c | 1247 dchild->d_parent, in nfsd_create_locked() 1248 dchild->d_name.len); in nfsd_create_locked() 1261 dput(dchild); in nfsd_create_locked() 1262 dchild = d; in nfsd_create_locked() 1299 dput(dchild); in nfsd_create_locked() 1338 if (IS_ERR(dchild)) in nfsd_create() 1345 dput(dchild); in nfsd_create() 1395 if (IS_ERR(dchild)) in do_nfsd_create() 1426 if (! d_is_reg(dchild)) in do_nfsd_create() 1510 if (dchild && !IS_ERR(dchild)) in do_nfsd_create() [all …]
|
| A D | nfs3xdr.c | 1059 struct dentry *dparent, *dchild; in compose_entry_fh() local 1067 dchild = dget_parent(dparent); in compose_entry_fh() 1072 if (dchild == dparent) in compose_entry_fh() 1077 dchild = dget(dparent); in compose_entry_fh() 1079 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh() 1080 if (IS_ERR(dchild)) in compose_entry_fh() 1082 if (d_mountpoint(dchild)) in compose_entry_fh() 1084 if (dchild->d_inode->i_ino != ino) in compose_entry_fh() 1086 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh() 1088 dput(dchild); in compose_entry_fh()
|
| A D | nfsproc.c | 269 struct dentry *dchild; in nfsd_proc_create() local 294 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create() 295 if (IS_ERR(dchild)) { in nfsd_proc_create() 296 resp->status = nfserrno(PTR_ERR(dchild)); in nfsd_proc_create() 300 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create() 301 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create() 303 dput(dchild); in nfsd_proc_create()
|
Completed in 10 milliseconds