Go to the source code of this file.
|
struct inode * | ialloc (struct inode *, umode_t) |
|
int | jfs_fsync (struct file *, loff_t, loff_t, int) |
|
long | jfs_ioctl (struct file *, unsigned int, unsigned long) |
|
long | jfs_compat_ioctl (struct file *, unsigned int, unsigned long) |
|
struct inode * | jfs_iget (struct super_block *, unsigned long) |
|
int | jfs_commit_inode (struct inode *, int) |
|
int | jfs_write_inode (struct inode *, struct writeback_control *) |
|
void | jfs_evict_inode (struct inode *) |
|
void | jfs_dirty_inode (struct inode *, int) |
|
void | jfs_truncate (struct inode *) |
|
void | jfs_truncate_nolock (struct inode *, loff_t) |
|
void | jfs_free_zero_link (struct inode *) |
|
struct dentry * | jfs_get_parent (struct dentry *dentry) |
|
void | jfs_get_inode_flags (struct jfs_inode_info *) |
|
struct dentry * | jfs_fh_to_dentry (struct super_block *sb, struct fid *fid, int fh_len, int fh_type) |
|
struct dentry * | jfs_fh_to_parent (struct super_block *sb, struct fid *fid, int fh_len, int fh_type) |
|
void | jfs_set_inode_flags (struct inode *) |
|
int | jfs_get_block (struct inode *, sector_t, struct buffer_head *, int) |
|
int | jfs_setattr (struct dentry *, struct iattr *) |
|
Initial value:=
{
.d_hash = jfs_ci_hash,
.d_compare = jfs_ci_compare,
.d_revalidate = jfs_ci_revalidate,
}
Definition at line 1605 of file namei.c.