Lines Matching refs:open
136 /** File open operation
139 * truncation (O_TRUNC) flags will be passed to open(). If an
141 * and then open(). Only if 'atomic_o_trunc' has been
143 * passed on to open.
146 * open should check if the operation is permitted for the
147 * given flags. Optionally open may also return an arbitrary
153 int (*open) (const char *, struct fuse_file_info *);
155 /** Read data from an open file
169 /** Write data to an open file
201 * open(). This happens if more than one file descriptor refers
214 /** Release an open file
216 * Release is called when there are no more references to an open
220 * For every open() call there will be exactly one release() call
253 * This method should check if the open operation is permitted for
330 * Create and open a file
333 * mode, and then open it.
336 * versions earlier than 2.6.15, the mknod() and open() methods
344 * Change the size of an open file
358 * Get attributes from an open file