Lines Matching defs:from

72 	/* copy of persistent inode flags read from sd_attrs. */
373 /* orig pointer returned from vmalloc */
381 int j_num_work_lists; /* number that need attention from kreiserfsd */
537 /* Depth of the lock, start from -1 like the bkl */
560 * size started from which we consider file
569 * from which we do preallocations
602 * set up when it's ok for reiserfs_read_inode2() to read from
669 * reiserfs disks from 3.5.19 or earlier. 99% of the time, this
946 /* where does journal start from on its * device */
974 /* this is the super from 3.5.X, where X >= 10 */
1471 * there is no way to get version of object from key, so, provide
1673 * When node gets removed from the tree its blk_level is set to FREE_LEVEL.
1784 /* persistent flags that file inherits from the parent directory */
1876 * Q: How to get key of object pointed to by entry from entry?
2013 /* hash value occupies bits from 7 up to 30 */
2015 /* generation number occupies 7 bits starting from 0 up to 6 */
2035 * The pointer from an internal node of the tree to a node that is on disk.
2074 * search_by_key fills up the path from the root to the leaf as it descends
2077 * them in the cache it reads them from disk. For each node search_by_key
2189 /* get key from internal node */
2198 /* get the item header from leaf node */
2207 /* get the key from leaf node */
2220 /* get item body from leaf node */
2248 * locations from dir entry head. When it calculates length of 0-th
2461 * the number of bytes by we are trying to add or remove from
2483 * number of bytes which can flow to the left neighbor from the left
2484 * most liquid item that cannot be shifted from S[0] entirely
2490 * number of bytes which will flow to the right neighbor from the right
2491 * most liquid item that cannot be shifted from S[0] entirely
2564 /* When truncating an item or removing an entry from a (directory) item. */
2589 * been gotten from tb struct
2641 int (*part_size) (struct virtual_item * vi, int from, int to);
2655 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from, to)
2730 __le32 j_trans_id; /* must match j_trans_id from the desc block */
2866 * should be displaced from others
2919 unsigned from, unsigned to);
2968 const struct item_head *from);
2973 extern void le_key2cpu_key(struct cpu_key *to, const struct reiserfs_key *from);
2981 /* * get key version from on disk key - kludge */
2996 const struct reiserfs_key *from)
2998 memcpy(to, from, KEY_SIZE);
3107 int __reiserfs_write_begin(struct page *page, unsigned from, unsigned len);
3409 /* prototypes from ioctl.c */