Home
last modified time | relevance | path

Searched refs:copy_from_dinode (Results 1 – 1 of 1) sorted by relevance

/fs/jfs/
Djfs_imap.c74 static int copy_from_dinode(struct dinode *, struct inode *);
383 rc = copy_from_dinode(dp, ip); in diRead()
458 if ((copy_from_dinode(dp, ip)) != 0) { in diReadSpecial()
3033 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode() function