spinlock_t ll_pglist_lock;
unsigned long ll_pglist_gen;
struct list_head ll_pglist;
+
+ /* list of GNS mounts; protected by the dcache_lock */
+ struct list_head ll_mnt_list;
};
struct ll_readahead_state {
/* llite/dir.c */
extern struct file_operations ll_dir_operations;
extern struct inode_operations ll_dir_inode_operations;
+int fill_page_with_path(struct dentry *, struct vfsmount *, char **pagep);
/* llite/namei.c */
int ll_objects_destroy(struct ptlrpc_request *request, struct inode *dir);