#include <linux/pagemap.h>
#include "nilfs.h"
#include "page.h"
Go to the source code of this file.
|
struct nilfs_dir_entry * | nilfs_find_entry (struct inode *dir, const struct qstr *qstr, struct page **res_page) |
|
struct nilfs_dir_entry * | nilfs_dotdot (struct inode *dir, struct page **p) |
|
ino_t | nilfs_inode_by_name (struct inode *dir, const struct qstr *qstr) |
|
void | nilfs_set_link (struct inode *dir, struct nilfs_dir_entry *de, struct page *page, struct inode *inode) |
|
int | nilfs_add_link (struct dentry *dentry, struct inode *inode) |
|
int | nilfs_delete_entry (struct nilfs_dir_entry *dir, struct page *page) |
|
int | nilfs_make_empty (struct inode *inode, struct inode *parent) |
|
int | nilfs_empty_dir (struct inode *inode) |
|
Initial value:= {
.readdir = nilfs_readdir,
}
Definition at line 678 of file dir.c.