Home
last modified time | relevance | path

Searched refs:newfid (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/coda/
H A Dcnode.c119 struct CodaFid *newfid) in coda_replace_fid()
122 unsigned long hash = coda_f2i(newfid); in coda_replace_fid()
129 cii->c_fid = *newfid; in coda_replace_fid()
118 coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, struct CodaFid *newfid) coda_replace_fid() argument
H A Ddir.c141 struct CodaFid newfid; in coda_create() local
148 0, mode, &newfid, &attrs); in coda_create()
152 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create()
174 struct CodaFid newfid; in coda_mkdir() local
181 name, len, &newfid, &attrs); in coda_mkdir()
185 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
H A Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
H A Dupcall.c203 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_mkdir()
224 *newfid = outp->coda_mkdir.VFid; in venus_mkdir()
271 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_create()
295 *newfid = outp->coda_create.VFid; in venus_create()
858 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local
954 newfid = &out->coda_replace.NewFid; in coda_downcall()
955 coda_replace_fid(inode, fid, newfid); in coda_downcall()
201 venus_mkdir(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, struct CodaFid *newfid, struct coda_vattr *attrs) venus_mkdir() argument
269 venus_create(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, int excl, int mode, struct CodaFid *newfid, struct coda_vattr *attrs) venus_create() argument
/kernel/linux/linux-6.6/fs/coda/
H A Dcnode.c124 struct CodaFid *newfid) in coda_replace_fid()
127 unsigned long hash = coda_f2i(newfid); in coda_replace_fid()
134 cii->c_fid = *newfid; in coda_replace_fid()
123 coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, struct CodaFid *newfid) coda_replace_fid() argument
H A Ddir.c143 struct CodaFid newfid; in coda_create() local
150 0, mode, &newfid, &attrs); in coda_create()
154 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create()
177 struct CodaFid newfid; in coda_mkdir() local
184 name, len, &newfid, &attrs); in coda_mkdir()
188 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
H A Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
H A Dupcall.c203 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_mkdir()
224 *newfid = outp->coda_mkdir.VFid; in venus_mkdir()
271 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_create()
295 *newfid = outp->coda_create.VFid; in venus_create()
859 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local
955 newfid = &out->coda_replace.NewFid; in coda_downcall()
956 coda_replace_fid(inode, fid, newfid); in coda_downcall()
201 venus_mkdir(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, struct CodaFid *newfid, struct coda_vattr *attrs) venus_mkdir() argument
269 venus_create(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, int excl, int mode, struct CodaFid *newfid, struct coda_vattr *attrs) venus_create() argument

Completed in 7 milliseconds