Searched refs:pstore_mkfile (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | internal.h | 44 extern int pstore_mkfile(struct dentry *root,
|
H A D | inode.c | 341 int pstore_mkfile(struct dentry *root, struct pstore_record *record) in pstore_mkfile() function
|
H A D | platform.c | 862 * may reallocate record.buf. On success, pstore_mkfile() will keep in pstore_get_backend_records() 885 rc = pstore_mkfile(root, record); in pstore_get_backend_records() 887 /* pstore_mkfile() did not take record, so free it. */ in pstore_get_backend_records()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | internal.h | 43 extern int pstore_mkfile(struct dentry *root,
|
H A D | platform.c | 678 * may reallocate record.buf. On success, pstore_mkfile() will keep in pstore_get_backend_records() 701 rc = pstore_mkfile(root, record); in pstore_get_backend_records() 703 /* pstore_mkfile() did not take record, so free it. */ in pstore_get_backend_records()
|
H A D | inode.c | 335 int pstore_mkfile(struct dentry *root, struct pstore_record *record) in pstore_mkfile() function
|
Completed in 5 milliseconds