Lines Matching refs:file
72 * the file. Delay a minimum amount of time, even if we send a cap
421 int i_nr_by_mode[CEPH_FILE_MODE_BITS]; /* open file counts */
433 u64 i_max_size; /* max file size authorized by mds */
475 * Maximum size of a file readahead request.
480 /* Set it if fadvise disables file readahead entirely */
632 #define CEPH_I_ERROR_FILELOCK (1 << 10) /* have seen file lock errors */
821 * we keep buffered readdir results attached to file->private_data
905 * A "snap realm" describes a subset of the file hierarchy sharing
1233 extern int ceph_fsync(struct file *file, loff_t start, loff_t end,
1275 extern int ceph_get_caps(struct file *filp, int need, int want,
1289 extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);
1290 extern int ceph_uninline_data(struct file *file);
1303 /* file.c */
1307 extern int ceph_open(struct inode *inode, struct file *file);
1309 struct file *file, unsigned flags, umode_t mode);
1313 extern int ceph_release(struct inode *inode, struct file *filp);
1339 extern long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1347 extern int ceph_lock(struct file *file, int cmd, struct file_lock *fl);
1348 extern int ceph_flock(struct file *file, int cmd, struct file_lock *fl);