Lines Matching refs:file
71 * the file. Delay a minimum amount of time, even if we send a cap
391 int i_nr_by_mode[CEPH_FILE_MODE_BITS]; /* open file counts */
398 u64 i_max_size; /* max file size authorized by mds */
580 #define CEPH_I_ERROR_FILELOCK (1 << 10) /* have seen file lock errors */
762 * we keep buffered readdir results attached to file->private_data
846 * A "snap realm" describes a subset of the file hierarchy sharing
1115 extern int ceph_fsync(struct file *file, loff_t start, loff_t end,
1153 extern int ceph_get_caps(struct file *filp, int need, int want,
1166 extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);
1167 extern int ceph_uninline_data(struct file *filp, struct page *locked_page);
1171 /* file.c */
1175 extern int ceph_open(struct inode *inode, struct file *file);
1177 struct file *file, unsigned flags, umode_t mode);
1178 extern int ceph_release(struct inode *inode, struct file *filp);
1204 extern long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1212 extern int ceph_lock(struct file *file, int cmd, struct file_lock *fl);
1213 extern int ceph_flock(struct file *file, int cmd, struct file_lock *fl);