Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Ddir.c16 struct orangefs_dir { struct
62 static int do_readdir(struct orangefs_dir *od, struct inode *inode, in do_readdir()
132 static int parse_readdir(struct orangefs_dir *od, in parse_readdir()
162 static int orangefs_dir_more(struct orangefs_dir *od, struct inode *inode) in orangefs_dir_more()
241 static int orangefs_dir_fill(struct orangefs_dir *od, struct dir_context *ctx) in orangefs_dir_fill()
283 struct orangefs_dir *od = file->private_data; in orangefs_dir_llseek()
305 struct orangefs_dir *od = file->private_data; in orangefs_dir_iterate()
365 struct orangefs_dir *od; in orangefs_dir_open()
366 file->private_data = kmalloc_obj(struct orangefs_dir); in orangefs_dir_open()
379 struct orangefs_dir *od = file->private_data; in orangefs_dir_release()