Lines Matching full:param
151 * @param userdata the user data passed to fuse_lowlevel_new()
162 * @param userdata the user data passed to fuse_lowlevel_new()
173 * @param req request handle
174 * @param parent inode number of the parent directory
175 * @param name the name to look up
198 * @param req request handle
199 * @param ino the inode number
200 * @param nlookup the number of lookups to forget
211 * @param req request handle
212 * @param ino the inode number
213 * @param fi for future use, currently always NULL
236 * @param req request handle
237 * @param ino the inode number
238 * @param attr the attributes
239 * @param to_set bit mask of attributes which should be set
240 * @param fi file information, or NULL
255 * @param req request handle
256 * @param ino the inode number
270 * @param req request handle
271 * @param parent inode number of the parent directory
272 * @param name to create
273 * @param mode file type and mode with which to create the new file
274 * @param rdev the device number (only valid if created file is a device)
286 * @param req request handle
287 * @param parent inode number of the parent directory
288 * @param name to create
289 * @param mode with which to create the new file
300 * @param req request handle
301 * @param parent inode number of the parent directory
302 * @param name to remove
312 * @param req request handle
313 * @param parent inode number of the parent directory
314 * @param name to remove
325 * @param req request handle
326 * @param link the contents of the symbolic link
327 * @param parent inode number of the parent directory
328 * @param name to create
338 * @param req request handle
339 * @param parent inode number of the old parent directory
340 * @param name old name
341 * @param newparent inode number of the new parent directory
342 * @param newname new name
354 * @param req request handle
355 * @param ino the old inode number
356 * @param newparent inode number of the new parent directory
357 * @param newname new name to create
383 * @param req request handle
384 * @param ino the inode number
385 * @param fi file information
407 * @param req request handle
408 * @param ino the inode number
409 * @param size number of bytes to read
410 * @param off offset to read from
411 * @param fi file information
432 * @param req request handle
433 * @param ino the inode number
434 * @param buf data to write
435 * @param size number of bytes to write
436 * @param off offset to write to
437 * @param fi file information
467 * @param req request handle
468 * @param ino the inode number
469 * @param fi file information
494 * @param req request handle
495 * @param ino the inode number
496 * @param fi file information
510 * @param req request handle
511 * @param ino the inode number
512 * @param datasync flag indicating if only data should be flushed
513 * @param fi file information
535 * @param req request handle
536 * @param ino the inode number
537 * @param fi file information
556 * @param req request handle
557 * @param ino the inode number
558 * @param size maximum number of bytes to send
559 * @param off offset to continue reading the directory stream
560 * @param fi file information
577 * @param req request handle
578 * @param ino the inode number
579 * @param fi file information
596 * @param req request handle
597 * @param ino the inode number
598 * @param datasync flag indicating if only data should be flushed
599 * @param fi file information
611 * @param req request handle
612 * @param ino the inode number, zero means "undefined"
642 * @param req request handle
643 * @param ino the inode number
644 * @param name of the extended attribute
645 * @param size maximum size of the value to send
668 * @param req request handle
669 * @param ino the inode number
670 * @param size maximum size of the list to send
680 * @param req request handle
681 * @param ino the inode number
682 * @param name of the extended attribute
700 * @param req request handle
701 * @param ino the inode number
702 * @param mask requested access mode
733 * @param req request handle
734 * @param parent inode number of the parent directory
735 * @param name to create
736 * @param mode file type and mode with which to create the new file
737 * @param fi file information
751 * @param req request handle
752 * @param ino the inode number
753 * @param fi file information
754 * @param lock the region/type to test
777 * @param req request handle
778 * @param ino the inode number
779 * @param fi file information
780 * @param lock the region/type to test
781 * @param sleep locking operation may sleep
799 * @param req request handle
800 * @param ino the inode number
801 * @param blocksize unit of block index
802 * @param idx block index within file
826 * @param req request handle
827 * @param ino the inode number
828 * @param cmd ioctl command
829 * @param arg ioctl argument
830 * @param fi file information
831 * @param flags for FUSE_IOCTL_* flags
832 * @param in_buf data fetched from the caller
833 * @param in_bufsz number of fetched bytes
834 * @param out_bufsz maximum size of output data
851 * @param req request handle
852 * @param err the positive error value, or zero for success
863 * @param req request handle
873 * @param req request handle
874 * @param e the entry parameters
888 * @param req request handle
889 * @param e the entry parameters
890 * @param fi file information
902 * @param req request handle
903 * @param the attributes
904 * @param attr_timeout validity timeout (in seconds) for the attributes
916 * @param req request handle
917 * @param link symbolic link contents
931 * @param req request handle
932 * @param fi file information
943 * @param req request handle
944 * @param count the number of bytes written
955 * @param req request handle
956 * @param buf buffer containing data
957 * @param size the size of data in bytes
969 * @param req request handle
970 * @param iov the vector containing the data
971 * @param count the size of vector
983 * @param req request handle
984 * @param stbuf filesystem statistics
995 * @param req request handle
996 * @param count the buffer size needed in bytes
1007 * @param req request handle
1008 * @param lock the lock information
1019 * @param req request handle
1020 * @param idx block index within device
1045 * @param req request handle
1046 * @param buf the point where the new entry will be added to the buffer
1047 * @param bufsize remaining size of the buffer
1048 * @param the name of the entry
1049 * @param stbuf the file attributes
1050 * @param off the offset of the next entry
1063 * @param req request handle
1064 * @param result result to be passed to the caller
1065 * @param buf buffer containing output data
1066 * @param size length of output data
1078 * @param req request handle
1089 * @param req request handle
1097 * @param req interrupted request
1098 * @param data user data
1109 * @param req request handle
1110 * @param func the callback function or NULL for unregister
1119 * @param req request handle
1138 * @param args argument vector
1139 * @param op the low level filesystem operations
1140 * @param op_size sizeof(struct fuse_lowlevel_ops)
1141 * @param userdata user data
1161 * @param data user data passed to fuse_session_new()
1162 * @param buf buffer containing the raw request
1163 * @param len request length
1164 * @param ch channel on which the request was received
1172 * @param data user data passed to fuse_session_new()
1173 * @param val exited status (1 - exited, 0 - not exited)
1180 * @param data user data passed to fuse_session_new()
1188 * @param data user data passed to fuse_session_new()
1196 * @param op session operations
1197 * @param data user data
1210 * @param se the session
1211 * @param ch the channel
1220 * @param ch the channel to remove
1231 * @param se the session
1232 * @param ch the previous channel, or NULL
1241 * @param se the session
1242 * @param buf buffer containing the raw request
1243 * @param len request length
1244 * @param ch channel on which the request was received
1252 * @param se the session
1259 * @param se the session
1266 * @param se the session
1273 * @param se the session
1281 * @param se the session
1289 * @param se the session
1307 * @param ch pointer to the channel
1308 * @param buf the buffer to store the request in
1309 * @param size the size of the buffer
1320 * @param ch the channel
1321 * @param iov vector of blocks
1322 * @param count the number of blocks in vector
1331 * @param ch the channel
1339 * @param op channel operations
1340 * @param fd file descriptor of the channel
1341 * @param bufsize the minimal receive buffer size
1342 * @param data user data
1351 * @param ch the channel
1359 * @param ch the channel
1367 * @param ch the channel
1375 * @param ch the channel
1385 * @param ch pointer to the channel
1386 * @param buf the buffer to store the request in
1387 * @param size the size of the buffer
1398 * @param ch the channel
1399 * @param iov vector of blocks
1400 * @param count the number of blocks in vector
1409 * @param ch the channel