URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [ext3/] [namei.h] - Rev 78
Go to most recent revision | Compare with Previous | Blame | View Log
/* linux/fs/ext3/namei.h * * Copyright (C) 2005 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * */ extern struct dentry *ext3_get_parent(struct dentry *child);
Go to most recent revision | Compare with Previous | Blame | View Log