Lines Matching defs:open
80 * for open(), FUSE uses attr.st_size from lookup() to determine
227 * contain the value set by the open method or will be undefined
228 * if the open method didn't set any value. Otherwise (not
387 void (*open) (fuse_req_t req, fuse_ino_t ino,
400 * fi->fh will contain the value set by the open method, or will
401 * be undefined if the open method didn't set any value.
425 * fi->fh will contain the value set by the open method, or will
426 * be undefined if the open method didn't set any value.
448 * one open call there may be many flush calls.
453 * fi->fh will contain the value set by the open method, or will
454 * be undefined if the open method didn't set any value.
475 * Release an open file
477 * Release is called when there are no more references to an open
481 * For every open call there will be exactly one release call.
487 * fi->fh will contain the value set by the open method, or will
488 * be undefined if the open method didn't set any value.
489 * fi->flags will contain the same flags as for open.
566 * Release an open directory
707 * Create and open a file
710 * mode, and then open it.
724 * versions earlier than 2.6.15, the mknod() and open() methods
880 * Reply with a directory entry and open parameters
923 * Reply with open parameters
929 * open, opendir