#include <linux/pagemap.h>
#include "nilfs.h"
#include "export.h"
Go to the source code of this file.
Initial value:= {
.create = nilfs_create,
.lookup = nilfs_lookup,
.link = nilfs_link,
.unlink = nilfs_unlink,
.symlink = nilfs_symlink,
.mkdir = nilfs_mkdir,
.rmdir = nilfs_rmdir,
.mknod = nilfs_mknod,
.rename = nilfs_rename,
}
Definition at line 544 of file namei.c.
Initial value:= {
.encode_fh = nilfs_encode_fh,
.fh_to_dentry = nilfs_fh_to_dentry,
.fh_to_parent = nilfs_fh_to_parent,
.get_parent = nilfs_get_parent,
}
Definition at line 571 of file namei.c.
Initial value:
Definition at line 559 of file namei.c.
Initial value:
Definition at line 564 of file namei.c.