Lines Matching refs:of
14 contiguous allocation of space on the medium. It is automatically
17 the garbage collector will obtain this right at the beginning of
24 which they belong. This is for the benefit of NAND flash - adding new
27 time this happens are part of the new node, not just something that
32 With the introduction of NAND flash support and the write-buffer,
33 the alloc_sem is also used to protect the wbuf-related members of the
43 This is the JFFS2-internal equivalent of the inode mutex i->i_sem.
44 It protects the contents of the jffs2_inode_info private inode data,
45 including the linked list of node fragments (but see the notes below on
54 of the inode from which it's garbage-collecting a physical node, this
58 Instead of playing such games, we just have an extra internal
60 by the normal file system code _after_ allocation of space.
75 per-eraseblock lists of physical jffs2_raw_node_ref structures, and
76 (NB) the per-inode list of physical nodes. The latter is a special
84 Note that the per-inode list of physical nodes (f->nodes) is a special
102 This spinlock protects the hashed list (c->inocache_list) of the
107 This spinlock also covers allocation of new inode numbers, which is
143 in blocks. It protects both the contents of the wbuf and the metadata
161 of those objects. Thus, a series of processes is often required to retry,