Searched hist:e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.h | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | extent_map.c | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | journal.h | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | ocfs2_fs.h | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | alloc.c | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | file.c | diff e48edee2d8eab812f31f0ff62c6ba635ca2e1e21 Wed Mar 07 18:46:57 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: make room for unwritten extents flag
Due to the size of our group bitmaps, we'll never have a leaf node extent record with more than 16 bits worth of clusters. Split e_clusters up so that leaf nodes can get a flags field where we can mark unwritten extents. Interior nodes whose length references all the child nodes beneath it can't split their e_clusters field, so we use a union to preserve sizing there.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|