Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Ddir.c15 struct orangefs_dir { struct
61 static int do_readdir(struct orangefs_dir *od, struct inode *inode, in do_readdir()
131 static int parse_readdir(struct orangefs_dir *od, in parse_readdir()
161 static int orangefs_dir_more(struct orangefs_dir *od, struct inode *inode) in orangefs_dir_more()
240 static int orangefs_dir_fill(struct orangefs_dir *od, struct dir_context *ctx) in orangefs_dir_fill()
282 struct orangefs_dir *od = file->private_data; in orangefs_dir_llseek()
304 struct orangefs_dir *od = file->private_data; in orangefs_dir_iterate()
364 struct orangefs_dir *od; in orangefs_dir_open()
365 file->private_data = kmalloc(sizeof(struct orangefs_dir), in orangefs_dir_open()
379 struct orangefs_dir *od = file->private_data; in orangefs_dir_release()