Home
last modified time | relevance | path

Searched refs:pohmelfs_inode (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/pohmelfs/
Dnetfs.h283 struct pohmelfs_inode { struct
684 static inline struct pohmelfs_inode *POHMELFS_I(struct inode *inode) in POHMELFS_I()
686 return container_of(inode, struct pohmelfs_inode, vfs_inode); in POHMELFS_I()
700 static inline void pohmelfs_put_inode(struct pohmelfs_inode *pi) in pohmelfs_put_inode()
772 void pohmelfs_name_del(struct pohmelfs_inode *parent, struct pohmelfs_name *n);
773 void pohmelfs_free_names(struct pohmelfs_inode *parent);
774 struct pohmelfs_name *pohmelfs_search_hash(struct pohmelfs_inode *pi, u32 hash);
776 void pohmelfs_inode_del_inode(struct pohmelfs_sb *psb, struct pohmelfs_inode *pi);
778 struct pohmelfs_inode *pohmelfs_create_entry_local(struct pohmelfs_sb *psb,
779 struct pohmelfs_inode *parent, struct qstr *str, u64 start, int mode);
[all …]
Ddir.c35 static struct pohmelfs_name *pohmelfs_search_hash_unprecise(struct pohmelfs_inode *pi, u32 hash) in pohmelfs_search_hash_unprecise()
57 struct pohmelfs_name *pohmelfs_search_hash(struct pohmelfs_inode *pi, u32 hash) in pohmelfs_search_hash()
68 static void __pohmelfs_name_del(struct pohmelfs_inode *parent, struct pohmelfs_name *node) in __pohmelfs_name_del()
76 static void pohmelfs_name_free(struct pohmelfs_inode *parent, struct pohmelfs_name *node) in pohmelfs_name_free()
83 static struct pohmelfs_name *pohmelfs_insert_hash(struct pohmelfs_inode *pi, in pohmelfs_insert_hash()
125 void pohmelfs_free_names(struct pohmelfs_inode *parent) in pohmelfs_free_names()
138 static void pohmelfs_fix_offset(struct pohmelfs_inode *parent, struct pohmelfs_name *node) in pohmelfs_fix_offset()
146 void pohmelfs_name_del(struct pohmelfs_inode *parent, struct pohmelfs_name *node) in pohmelfs_name_del()
155 static int pohmelfs_insert_name(struct pohmelfs_inode *parent, struct pohmelfs_name *n) in pohmelfs_insert_name()
190 static int pohmelfs_add_dir(struct pohmelfs_sb *psb, struct pohmelfs_inode *parent, in pohmelfs_add_dir()
[all …]
Dinode.c44 void pohmelfs_inode_del_inode(struct pohmelfs_sb *psb, struct pohmelfs_inode *pi) in pohmelfs_inode_del_inode()
62 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_write_inode_create()
144 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_writepages()
290 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_write_inode_complete()
306 int pohmelfs_write_create_inode(struct pohmelfs_inode *pi) in pohmelfs_write_create_inode()
354 struct pohmelfs_inode *parent = POHMELFS_I(inode); in pohmelfs_write_inode_create_children()
377 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_write_inode_create_children()
390 int pohmelfs_remove_child(struct pohmelfs_inode *pi, struct pohmelfs_name *n) in pohmelfs_remove_child()
401 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_write_inode()
491 struct pohmelfs_inode *pi = POHMELFS_I(inode); in pohmelfs_readpage()
[all …]
Dlock.c24 static int pohmelfs_send_lock_trans(struct pohmelfs_inode *pi, in pohmelfs_send_lock_trans()
99 int pohmelfs_data_lock(struct pohmelfs_inode *pi, u64 start, u32 size, int type) in pohmelfs_data_lock()
174 int pohmelfs_data_unlock(struct pohmelfs_inode *pi, u64 start, u32 size, int type) in pohmelfs_data_unlock()
Dpath_entry.c34 int pohmelfs_construct_path_string(struct pohmelfs_inode *pi, void *data, int len) in pohmelfs_construct_path_string()
83 int pohmelfs_path_length(struct pohmelfs_inode *pi) in pohmelfs_path_length()
Dnet.c305 static int pohmelfs_check_name(struct pohmelfs_inode *parent, struct qstr *str, in pohmelfs_check_name()
344 struct pohmelfs_inode *parent = NULL, *npi; in pohmelfs_readdir_response()
453 struct pohmelfs_inode *parent = NULL, *npi; in pohmelfs_lookup_response()
540 struct pohmelfs_inode *pi; in pohmelfs_create_response()