Go to the source code of this file.
|
struct exofs_dir_entry * | exofs_find_entry (struct inode *dir, struct dentry *dentry, struct page **res_page) |
|
struct exofs_dir_entry * | exofs_dotdot (struct inode *dir, struct page **p) |
|
ino_t | exofs_parent_ino (struct dentry *child) |
|
ino_t | exofs_inode_by_name (struct inode *dir, struct dentry *dentry) |
|
int | exofs_set_link (struct inode *dir, struct exofs_dir_entry *de, struct page *page, struct inode *inode) |
|
int | exofs_add_link (struct dentry *dentry, struct inode *inode) |
|
int | exofs_delete_entry (struct exofs_dir_entry *dir, struct page *page) |
|
int | exofs_make_empty (struct inode *inode, struct inode *parent) |
|
int | exofs_empty_dir (struct inode *inode) |
|
#define PARENT_DIR "..\0" |
Initial value:= {
.readdir = exofs_readdir,
}
Definition at line 669 of file dir.c.