Searched hist:ffc143db63eeea7c8a27deb3c56d090a220a1ace (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/mm/ |
H A D | folio-compat.c | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
H A D | filemap.c | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
H A D | f2fs.h | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | diff ffc143db63eeea7c8a27deb3c56d090a220a1ace Fri May 26 15:43:23 CDT 2023 Matthew Wilcox (Oracle) <willy@infradead.org> filemap: Add fgf_t typedef
Similarly to gfp_t, define fgf_t as its own type to prevent various misuses and confusion. Leave the flags as FGP_* for now to reduce the size of this patch; they will be converted to FGF_* later. Move the documentation to the definition of the type insted of burying it in the __filemap_get_folio() documentation.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Kent Overstreet <kent.overstreet@linux.dev>
|