Lines Matching defs:tail
13 * access to tail : when one is going to read tail it must make sure, that is
19 * tail. -ENOSPC if no disk space for conversion
196 * reads tail through page cache, insert direct item. When direct item
198 * what we expect from it (number of cut bytes). But when tail remains
214 char *tail;
216 loff_t pos, pos1; /* position of first byte of the tail */
240 * we are protected by i_mutex. The tail can not disapper, not
242 * we are in truncate or packing tail in file_release
245 tail = (char *)kmap(page); /* this can schedule */
260 reiserfs_panic(sb, "vs-5530", "tail position "
271 * we want a pointer to the first byte of the tail in the page.
275 tail = tail + (pos & (PAGE_SIZE - 1));
282 /* Insert tail as new direct item in the tree */
284 tail ? tail : NULL) < 0) {