Lines Matching refs:open
84 * for open(), FUSE uses attr.st_size from lookup() to determine
262 * unless the file or directory is open, in which case the
325 * contain the value set by the open method or will be undefined
326 * if the open method didn't set any value. Otherwise (not
499 * kernel before calling open() and may thus be omitted by
531 * future calls to open and release will also succeed without being
542 void (*open) (fuse_req_t req, fuse_ino_t ino,
555 * fi->fh will contain the value set by the open method, or will
556 * be undefined if the open method didn't set any value.
585 * fi->fh will contain the value set by the open method, or will
586 * be undefined if the open method didn't set any value.
608 * one open call there may be many flush calls.
613 * fi->fh will contain the value set by the open method, or will
614 * be undefined if the open method didn't set any value.
644 * Release an open file
646 * Release is called when there are no more references to an open
650 * For every open call there will be exactly one release call (unless
657 * fi->fh will contain the value set by the open method, or will
658 * be undefined if the open method didn't set any value.
659 * fi->flags will contain the same flags as for open.
735 * are added or removed while the directory handle is open, the filesystem
765 * Release an open directory
935 * Create and open a file
938 * mode, and then open it.
940 * See the description of the open handler for more
944 * versions earlier than 2.6.15, the mknod() and open() methods
949 * mknod() and open() handlers will be called instead).
1336 * Reply with a directory entry and open parameters
1382 * Reply with open parameters
1388 * open, opendir
2154 * open (i.e., if the session loop was terminated by an explicit call