Lines Matching refs:to

13 	__u64			id;	/* Object ID to operate on. Used for feedback.*/
25 @cmd - command number, which specifies command to be processed. Following
30 NETFS_WRITE_PAGE, /* Write data page to the server */
46 @ext - external flags. Used by different commands to specify some extra arguments
62 This command is used to sync content of the remote dir to the client.
64 @ext - length of the path to object.
66 @id - local inode number of the directory to read.
71 This command is used to read data from remote server.
76 @size - number of bytes to read plus length of the path to object.
81 Used to create object.
88 @size - size of the all data structures needed to create a path
94 Used to remove object.
96 @ext - length of the path to object.
105 @ext - length of the path to object.
107 @id - local inode number of the directory to look object in.
108 @start - local inode number of the object to look at.
125 @start - transaction generation number - unique id used to find transaction.
135 @size - path length to the object.
141 It is sent to servers when attributes of the object are changed and received
162 @ext - path length to the object.
170 page to be marked as not up-to-date.
173 @start - last byte of the page to be invalidated. If it is not equal to
180 Used to read multiple contiguous pages in one go.
182 @start - first byte of the contiguous region to read.
183 @size - contains of two fields: lower 8 bits are used to represent page cache shift
184 used by client, another 3 bytes are used to get number of pages.
186 @ext - path length to the object.
190 Used to rename object.
200 Used to exchange crypto capabilities with server.
204 @id - superblock index. Used to specify crypto information for group of servers.
211 Used to send lock request/release messages. Although it sends byte range request
218 @ext - lock type: read/write. Not used actually. 15'th bit is used to determine,
223 Used to set/get extended attributes for given inode.