|
Linux Kernel
3.7.1
|
#include <linux/time.h>#include <linux/bitops.h>#include <linux/slab.h>#include "reiserfs.h"#include "acl.h"#include "xattr.h"#include <linux/quotaops.h>Go to the source code of this file.
Macros | |
| #define | INC_DIR_INODE_NLINK(i) if (i->i_nlink != 1) { inc_nlink(i); if (i->i_nlink >= REISERFS_LINK_MAX) set_nlink(i, 1); } |
| #define | DEC_DIR_INODE_NLINK(i) if (i->i_nlink != 1) drop_nlink(i); |
Functions | |
| void | set_de_name_and_namelen (struct reiserfs_dir_entry *de) |
| int | search_by_entry_key (struct super_block *sb, const struct cpu_key *key, struct treepath *path, struct reiserfs_dir_entry *de) |
| struct dentry * | reiserfs_get_parent (struct dentry *child) |
Variables | |
| struct inode_operations | reiserfs_dir_inode_operations |
| struct inode_operations | reiserfs_symlink_inode_operations |
| struct inode_operations | reiserfs_special_inode_operations |
| #define DEC_DIR_INODE_NLINK | ( | i | ) | if (i->i_nlink != 1) drop_nlink(i); |
| int search_by_entry_key | ( | struct super_block * | sb, |
| const struct cpu_key * | key, | ||
| struct treepath * | path, | ||
| struct reiserfs_dir_entry * | de | ||
| ) |
|
inline |
| struct inode_operations reiserfs_dir_inode_operations |
| struct inode_operations reiserfs_special_inode_operations |
| struct inode_operations reiserfs_symlink_inode_operations |
1.8.2