Lines Matching defs:from

70 	/* copy of persistent inode flags read from sd_attrs. */
370 /* orig pointer returned from vmalloc */
378 int j_num_work_lists; /* number that need attention from kreiserfsd */
534 /* Depth of the lock, start from -1 like the bkl */
557 * size started from which we consider file
566 * from which we do preallocations
599 * set up when it's ok for reiserfs_read_inode2() to read from
666 * reiserfs disks from 3.5.19 or earlier. 99% of the time, this
943 /* where does journal start from on its * device */
971 /* this is the super from 3.5.X, where X >= 10 */
1468 * there is no way to get version of object from key, so, provide
1670 * When node gets removed from the tree its blk_level is set to FREE_LEVEL.
1781 /* persistent flags that file inherits from the parent directory */
1873 * Q: How to get key of object pointed to by entry from entry?
2010 /* hash value occupies bits from 7 up to 30 */
2012 /* generation number occupies 7 bits starting from 0 up to 6 */
2032 * The pointer from an internal node of the tree to a node that is on disk.
2071 * search_by_key fills up the path from the root to the leaf as it descends
2074 * them in the cache it reads them from disk. For each node search_by_key
2186 /* get key from internal node */
2195 /* get the item header from leaf node */
2204 /* get the key from leaf node */
2217 /* get item body from leaf node */
2245 * locations from dir entry head. When it calculates length of 0-th
2458 * the number of bytes by we are trying to add or remove from
2480 * number of bytes which can flow to the left neighbor from the left
2481 * most liquid item that cannot be shifted from S[0] entirely
2487 * number of bytes which will flow to the right neighbor from the right
2488 * most liquid item that cannot be shifted from S[0] entirely
2561 /* When truncating an item or removing an entry from a (directory) item. */
2586 * been gotten from tb struct
2638 int (*part_size) (struct virtual_item * vi, int from, int to);
2652 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from, to)
2727 __le32 j_trans_id; /* must match j_trans_id from the desc block */
2863 * should be displaced from others
2916 unsigned from, unsigned to);
2965 const struct item_head *from);
2970 extern void le_key2cpu_key(struct cpu_key *to, const struct reiserfs_key *from);
2978 /* * get key version from on disk key - kludge */
2993 const struct reiserfs_key *from)
2995 memcpy(to, from, KEY_SIZE);
3105 int __reiserfs_write_begin(struct page *page, unsigned from, unsigned len);
3409 /* prototypes from ioctl.c */