Lines Matching refs:fi
333 * `fi` will always be NULL if the file is not currently open, but
336 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi);
389 * `fi` will always be NULL if the file is not currently open, but
392 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi);
396 * `fi` will always be NULL if the file is not currently open, but
402 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi);
406 * `fi` will always be NULL if the file is not currently open, but
412 int (*truncate) (const char *, off_t, struct fuse_file_info *fi);
416 * Open flags are available in fi->flags. The following rules
444 * index, etc) in fi->fh, and use this in other all other file
448 * anything in fi->fh.
451 * filesystem may set in fi, to change the way the file is opened.
689 * `fi` will always be NULL if the file is not currently open, but
695 struct fuse_file_info *fi);
785 * Additionally fi->owner will be set to a value unique to
1185 struct fuse_file_info *fi);
1194 struct fuse_file_info *fi);
1196 struct fuse_file_info *fi);
1198 off_t off, struct fuse_file_info *fi);
1201 struct fuse_file_info *fi);
1203 size_t size, off_t off, struct fuse_file_info *fi);
1206 struct fuse_file_info *fi);
1208 struct fuse_file_info *fi);
1210 struct fuse_file_info *fi);
1213 struct fuse_file_info *fi);
1216 struct fuse_file_info *fi, enum fuse_readdir_flags flags);
1218 struct fuse_file_info *fi);
1220 struct fuse_file_info *fi);
1222 struct fuse_file_info *fi);
1224 struct fuse_file_info *fi, int cmd, struct flock *lock);
1226 struct fuse_file_info *fi, int op);
1228 struct fuse_file_info *fi);
1230 struct fuse_file_info *fi);
1232 struct fuse_file_info *fi);
1234 const struct timespec tv[2], struct fuse_file_info *fi);
1253 void *arg, struct fuse_file_info *fi, unsigned int flags,
1257 void *arg, struct fuse_file_info *fi, unsigned int flags,
1261 struct fuse_file_info *fi, struct fuse_pollhandle *ph,
1264 off_t offset, off_t length, struct fuse_file_info *fi);
1271 struct fuse_file_info *fi);