Searched hist:ab2257e9941b9ef28d4a4a451e4b146d40a21e18 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> fuse: reduce size of struct fuse_inode
Do this by grouping fields used for cached writes and putting them into a union with fileds used for cached readdir (with obviously no overlap, since we don't have hybrid objects).
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | inode.c | diff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> fuse: reduce size of struct fuse_inode
Do this by grouping fields used for cached writes and putting them into a union with fileds used for cached readdir (with obviously no overlap, since we don't have hybrid objects).
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | dir.c | diff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> fuse: reduce size of struct fuse_inode
Do this by grouping fields used for cached writes and putting them into a union with fileds used for cached readdir (with obviously no overlap, since we don't have hybrid objects).
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | file.c | diff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> fuse: reduce size of struct fuse_inode
Do this by grouping fields used for cached writes and putting them into a union with fileds used for cached readdir (with obviously no overlap, since we don't have hybrid objects).
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|