Lines Matching defs:release
269 * read, write, flush, release, fallocate, fsync, readdir,
311 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
445 * operations (read, write, flush, release, fsync).
499 * release which is called on the close of the last file descriptor for
529 * For every open() call there will be exactly one release() call
532 * release will mean, that no more reads/writes will happen on the
533 * file. The return value of release is ignored.
535 int (*release) (const char *, struct fuse_file_info *);
787 * ->release() when the file is released.
816 * glibc release branches.)