Searched refs:coda_cnode_make (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/ |
H A D | coda_fs_i.h | 52 struct inode *coda_cnode_make(struct CodaFid *, struct super_block *);
|
H A D | cnode.c | 92 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() function
|
H A D | inode.c | 209 root = coda_cnode_make(&fid, sb); in coda_fill_super() 212 pr_warn("Failure of coda_cnode_make for root: error %d\n", in coda_fill_super()
|
H A D | dir.c | 63 inode = !error ? coda_cnode_make(&fid, sb) : ERR_PTR(error); in coda_lookup()
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | coda_fs_i.h | 52 struct inode *coda_cnode_make(struct CodaFid *, struct super_block *);
|
H A D | cnode.c | 97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() function
|
H A D | inode.c | 209 root = coda_cnode_make(&fid, sb); in coda_fill_super() 212 pr_warn("Failure of coda_cnode_make for root: error %d\n", in coda_fill_super()
|
H A D | dir.c | 63 inode = !error ? coda_cnode_make(&fid, sb) : ERR_PTR(error); in coda_lookup()
|
Completed in 4 milliseconds