Searched refs:configfs_dirent (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dconfigfs_internal.h31 struct configfs_dirent { struct
66 extern struct inode * configfs_new_inode(mode_t mode, struct configfs_dirent *);
72 extern int configfs_make_dirent(struct configfs_dirent *,
74 extern int configfs_dirent_is_ready(struct configfs_dirent *);
79 extern const unsigned char * configfs_get_name(struct configfs_dirent *sd);
80 extern void configfs_drop_dentry(struct configfs_dirent *sd, struct dentry *parent);
109 struct configfs_dirent * sd = dentry->d_fsdata;
115 struct configfs_dirent * sd = dentry->d_fsdata;
125 struct configfs_dirent * sd = dentry->d_fsdata;
137 static inline void release_configfs_dirent(struct configfs_dirent * s
[all...]
H A Ddir.c40 * Protects mutations of configfs_dirent linkage together with proper i_mutex
41 * Also protects mutations of symlinks linkage to target configfs_dirent
42 * Mutators of configfs_dirent linkage must *both* have the proper inode locked
44 * This allows one to safely traverse configfs_dirent trees and symlinks without
56 struct configfs_dirent * sd = dentry->d_fsdata;
102 static void configfs_init_dirent_depth(struct configfs_dirent *sd)
107 static void configfs_set_dir_dirent_depth(struct configfs_dirent *parent_sd,
108 struct configfs_dirent *sd)
117 configfs_adjust_dir_dirent_depth_before_populate(struct configfs_dirent *sd)
138 configfs_adjust_dir_dirent_depth_after_populate(struct configfs_dirent *s
[all...]
H A Dinode.c67 struct configfs_dirent * sd = dentry->d_fsdata;
134 struct inode * configfs_new_inode(mode_t mode, struct configfs_dirent * sd)
156 static void configfs_set_inode_lock_class(struct configfs_dirent *sd,
179 static void configfs_set_inode_lock_class(struct configfs_dirent *sd,
192 struct configfs_dirent *sd = dentry->d_fsdata;
223 * Get the name for corresponding element represented by the given configfs_dirent
225 const unsigned char * configfs_get_name(struct configfs_dirent *sd)
244 * Unhashes the dentry corresponding to given configfs_dirent
247 void configfs_drop_dentry(struct configfs_dirent * sd, struct dentry * parent)
269 struct configfs_dirent * s
[all...]
H A Dmount.c62 static struct configfs_dirent configfs_root = {
139 sizeof(struct configfs_dirent),
H A Dsymlink.c76 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata;
139 struct configfs_dirent *sd;
191 struct configfs_dirent *sd = dentry->d_fsdata;
H A Dfile.c319 struct configfs_dirent * parent_sd = dir->d_fsdata;

Completed in 47 milliseconds