instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux kernel'inin 'fs/smb/client/cifsencrypt' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP * for more detailed information * * Copyright (C) International Business Machines Corp., 2005,2013 * Author(s): Steve French (sfrench@us.ibm.com) * */ #include <linux/fs.h> #includ...
Linux kernel'inin 'fs/smb/client/smb2maperror_test' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * KUnit tests of SMB2 maperror * * Copyright (C) 2025 KylinSoft Co., Ltd. All rights reserved. * Author(s): ChenXiaoSong <chenxiaosong@kylinos.cn> * */ #include <kunit/test.h> #include "cifsglob.h" #include "smb2glob.h" #include "smb2proto.h" static void tes...
Linux kernel'inin 'fs/smb/client/smb1misc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (C) International Business Machines Corp., 2002,2008 * Author(s): Steve French (sfrench@us.ibm.com) * */ #include "smb1proto.h" #include "smberr.h" #include "nterr.h" #include "cifs_debug.h" /* NB: MID can not be set if treeCon not passed in, in tha...
Linux kernel'inin 'fs/smb/client/cifsacl' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (C) International Business Machines Corp., 2007,2008 * Author(s): Steve French (sfrench@us.ibm.com) * * Contains the routines for mapping CIFS/NTFS ACLs * */ #include <linux/fs.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/...
Linux kernel'inin 'fs/smb/client/reparse' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2024 Paulo Alcantara <pc@manguebit.com> */ #include <linux/fs.h> #include <linux/stat.h> #include <linux/slab.h> #include "cifsglob.h" #include "smb2proto.h" #include "cifsproto.h" #include "cifs_unicode.h" #include "cifs_debug.h" #include "fs_context....
Linux kernel'inin 'fs/smb/client/cifsroot' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * SMB root file system support * * Copyright (c) 2019 Paulo Alcantara <palcantara@suse.de> */ #include <linux/init.h> #include <linux/fs.h> #include <linux/types.h> #include <linux/ctype.h> #include <linux/string.h> #include <linux/root_dev.h> #include <linux/kernel.h> #i...
Linux kernel'inin 'fs/smb/client/smb2inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (C) International Business Machines Corp., 2002, 2011 * Etersoft, 2012 * Author(s): Pavel Shilovsky (pshilovsky@samba.org), * Steve French (sfrench@us.ibm.com) * */ #include <linux/fs.h> #include <linux/stat.h> #include ...
Linux işletim sistemi çekirdeği için 'fs/smb/client/cifspdu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: LGPL-2.1 */ /* * * Copyright (c) International Business Machines Corp., 2002,2009 * Author(s): Steve French (sfrench@us.ibm.com) * */ #ifndef _CIFSPDU_H #define _CIFSPDU_H #endif /* _CIFSPDU_H */ ```
Linux kernel'inin 'fs/smb/client/smb2ops' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * SMB2 version specific operations * * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> */ #include <linux/pagemap.h> #include <linux/vfs.h> #include <linux/falloc.h> #include <linux/scatterlist.h> #include <linux/uuid.h> #include <linux/sort.h> #include <crypto/ae...
Linux kernel'inin 'fs/smb/client/winucase' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (c) Jeffrey Layton <jlayton@redhat.com>, 2013 * * The const tables in this file were converted from the following info * provided by Microsoft: * * 3.1.5.3 Mapping UTF-16 Strings to Upper Case: * * https://msdn.microsoft.com/en-us/library/hh877...
Linux kernel'inin 'fs/smb/client/fscache' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * CIFS filesystem cache interface * * Copyright (c) 2010 Novell, Inc. * Author(s): Suresh Jayaraman <sjayaraman@suse.de> * */ #include "fscache.h" #include "cifsglob.h" #include "cifs_debug.h" #include "cifs_fs_sb.h" #include "cifsproto.h" /* * Key for fscache ...
Linux işletim sistemi çekirdeği için 'fs/smb/client/dfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022 Paulo Alcantara <palcantara@suse.de> */ #ifndef _CIFS_DFS_H #define _CIFS_DFS_H #include "cifsglob.h" #include "cifsproto.h" #include "fs_context.h" #include "dfs_cache.h" #include "cifs_unicode.h" #include <linux/namei.h> #include <linux/errno.h> ...
Linux kernel'inin 'fs/smb/client/xattr' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (c) International Business Machines Corp., 2003, 2007 * Author(s): Steve French (sfrench@us.ibm.com) * */ #include <linux/fs.h> #include <linux/posix_acl_xattr.h> #include <linux/slab.h> #include <linux/xattr.h> #include "cifsfs.h" #include "cifsglob...
Linux kernel'inin 'fs/smb/client/sess' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * SMB/CIFS session setup handling routines * * Copyright (c) International Business Machines Corp., 2006, 2009 * Author(s): Steve French (sfrench@us.ibm.com) * */ #include "cifsglob.h" #include "cifsproto.h" #include "cifs_unicode.h" #include "cifs_debug.h" ...
Linux işletim sistemi çekirdeği için 'fs/smb/client/nterr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Unix SMB/Netbios implementation. Version 1.9. NT error code constants Copyright (C) Andrew Tridgell 1992-2000 Copyright (C) John H Terpstra 1996-2000 Copyright (C) Luke Kenneth Casson Leighton 1996-2000 Copyright (C) ...
Linux kernel'inin 'fs/smb/client/smb2misc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (C) International Business Machines Corp., 2002,2011 * Etersoft, 2012 * Author(s): Steve French (sfrench@us.ibm.com) * Pavel Shilovsky (pshilovsky@samba.org) 2012 * */ #include <crypto/sha2.h> #include <linux/ctype.h> #i...
Linux kernel'inin 'fs/smb/client/unc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2020, Microsoft Corporation. * * Author(s): Steve French <stfrench@microsoft.com> * Suresh Jayaraman <sjayaraman@suse.de> * Jeff Layton <jlayton@kernel.org> */ #include <linux/fs.h> #include <linux/slab.h> #include...
Linux işletim sistemi çekirdeği için 'fs/smb/client/cifs_swn' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Witness Service client for CIFS * * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de> */ #ifndef _CIFS_SWN_H #define _CIFS_SWN_H #include "cifsglob.h" struct cifs_tcon; struct sk_buff; struct genl_info; #ifdef CONFIG_CIFS_SWN_UPCALL int cifs_swn_register(struct...
Linux işletim sistemi çekirdeği için 'fs/smb/client/netlink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Netlink routines for CIFS * * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de> */ #ifndef _CIFS_NETLINK_H #define _CIFS_NETLINK_H extern struct genl_family cifs_genl_family; int cifs_genl_init(void); void cifs_genl_exit(void); #endif /* _CIFS_NETLINK_H */ ``...
Linux işletim sistemi çekirdeği için 'fs/smb/client/cifsfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: LGPL-2.1 */ /* * * Copyright (c) International Business Machines Corp., 2002, 2007 * Author(s): Steve French (sfrench@us.ibm.com) * */ #ifndef _CIFSFS_H #define _CIFSFS_H #include <linux/hash.h> #include <linux/dcache.h> #define ROOT_I 2 extern atomic_t cifs_sillycounter; ...
Linux kernel'inin 'fs/smb/client/smb2pdu' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Copyright (C) International Business Machines Corp., 2009, 2013 * Etersoft, 2012 * Author(s): Steve French (sfrench@us.ibm.com) * Pavel Shilovsky (pshilovsky@samba.org) 2012 * * Contains the routines for constructing the SMB2 PD...
Linux işletim sistemi çekirdeği için 'fs/smb/client/cifs_debug' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (c) International Business Machines Corp., 2000,2002 * Modified by Steve French (sfrench@us.ibm.com) */ #ifndef _H_CIFS_DEBUG #define _H_CIFS_DEBUG #ifdef pr_fmt #undef pr_fmt #endif #define pr_fmt(fmt) "CIFS: " fmt void cifs_dump_mem(ch...
Linux kernel'inin 'fs/smb/client/readdir' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * * Directory search handling * * Copyright (C) International Business Machines Corp., 2004, 2008 * Copyright (C) Red Hat, Inc., 2011 * Author(s): Steve French (sfrench@us.ibm.com) * */ #include <linux/fs.h> #include <linux/namei.h> #include <linux/pagemap.h...
Linux kernel'inin 'fs/smb/client/smb1maperror' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (c) International Business Machines Corp., 2002,2008 * Author(s): Steve French (sfrench@us.ibm.com) * * Error mapping routines from Samba libsmb/errormap.c * Copyright (C) Andrew Tridgell 2001 * Copyright (C) Luke Kenneth Casson Leight...
Linux kernel'inin 'fs/smb/client/netmisc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (c) International Business Machines Corp., 2002,2008 * Author(s): Steve French (sfrench@us.ibm.com) * * Error mapping routines from Samba libsmb/errormap.c * Copyright (C) Andrew Tridgell 2001 */ #include <linux/net.h> #include <linux/s...
Linux işletim sistemi çekirdeği için 'fs/smb/client/dfs_cache' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * DFS referral cache routines * * Copyright (c) 2018-2019 Paulo Alcantara <palcantara@suse.de> */ #ifndef _CIFS_DFS_CACHE_H #define _CIFS_DFS_CACHE_H #include <linux/nls.h> #include <linux/list.h> #include <linux/uuid.h> #include "cifsglob.h" extern struct workqueue...
Linux kernel'inin 'fs/smb/client/cifs_spnego' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: LGPL-2.1 /* * SPNEGO upcall management for CIFS * * Copyright (c) 2007 Red Hat, Inc. * Author(s): Jeff Layton (jlayton@redhat.com) * */ #include <linux/list.h> #include <linux/cred.h> #include <linux/slab.h> #include <linux/string.h> #include <keys/user-type.h> #include <li...
Linux işletim sistemi çekirdeği için 'fs/smb/client/reparse' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2024 Paulo Alcantara <pc@manguebit.com> */ #ifndef _CIFS_REPARSE_H #define _CIFS_REPARSE_H #include <linux/fs.h> #include <linux/stat.h> #include <linux/uidgid.h> #include "fs_context.h" #include "cifsglob.h" #include "../common/smbfsctl.h" #defin...
Linux kernel'inin 'fs/smb/client/compress/lz77' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2024-2026, SUSE LLC * * Authors: Enzo Matsumiya <ematsumiya@suse.de> * * Implementation of the LZ77 "plain" compression algorithm, as per MS-XCA spec. */ #include <linux/slab.h> #include <linux/sizes.h> #include <linux/count_zeros.h> #include <linux...
Linux işletim sistemi çekirdeği için 'fs/smb/client/compress/lz77' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024-2026, SUSE LLC * * Authors: Enzo Matsumiya <ematsumiya@suse.de> * * Implementation of the LZ77 "plain" compression algorithm, as per MS-XCA spec. */ #ifndef _SMB_COMPRESS_LZ77_H #define _SMB_COMPRESS_LZ77_H #include <linux/kernel.h> /** *...
Linux işletim sistemi çekirdeği için 'fs/smb/smbdirect/internal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2025, Stefan Metzmacher */ #ifndef __FS_SMB_COMMON_SMBDIRECT_INTERNAL_H__ #define __FS_SMB_COMMON_SMBDIRECT_INTERNAL_H__ #define DEFAULT_SYMBOL_NAMESPACE "SMBDIRECT" #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/smbdirect.h> #i...
Linux kernel'inin 'fs/smb/smbdirect/main' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" #include <linux/module.h> struct smbdirect_module_state smbdirect_globals = { .mutex = __MUTEX_INITIALIZER(smbdirect_globals.mutex), }; static __init int smbdirect_module_init(void) { int ret =...
Linux kernel'inin 'fs/smb/smbdirect/socket' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" bool smbdirect_frwr_is_supported(const struct ib_device_attr *attrs) { /* * Test if FRWR (Fast Registration Work Requests) is supported on the ...
Linux işletim sistemi çekirdeği için 'fs/smb/smbdirect/socket' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2025 Stefan Metzmacher */ #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_SOCKET_H__ #define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_SOCKET_H__ #include <linux/wait.h> #include <linux/workqueue.h> #include <linux/kref.h> #include <linux/mempool.h> #i...
Linux kernel'inin 'fs/smb/smbdirect/connection' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" #include <linux/folio_queue.h> struct smbdirect_map_sges { struct ib_sge *sge; size_t num_sge; size_t max_sge; struct ib_device *device; u32 lo...
Linux kernel'inin 'fs/smb/smbdirect/connect' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2012,2016,2017,2025 Stefan Metzmacher */ #include "internal.h" #include "../common/smb2status.h" static int smbdirect_connect_setup_connection(struct smbdirect_socket *sc); static int smbdirect_connect_resolve_addr(struct smbdirect_socket *sc, ...
Linux kernel'inin 'fs/smb/smbdirect/devices' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (C) 2018, LG Electronics. * Copyright (c) 2025 Stefan Metzmacher */ #include "internal.h" static u8 smbdirect_ib_device_rdma_capable_node_type(struct ib_device *ib_dev) { if (!smbdirect_frwr_is_sup...
Linux kernel'inin 'fs/smb/smbdirect/mr' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" /* * Allocate MRs used for RDMA read/write * The number of MRs will not exceed hardware capability in responder_resources * All MRs are kept in m...
Linux kernel'inin 'fs/smb/smbdirect/debug' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" #include <linux/seq_file.h> void smbdirect_connection_legacy_debug_proc_show(struct smbdirect_socket *sc, unsigned int rdma_readwrite_thresho...
Linux işletim sistemi çekirdeği için 'fs/smb/smbdirect/pdu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2017 Stefan Metzmacher */ #ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_PDU_H__ #define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_PDU_H__ #define SMBDIRECT_V1 0x0100 /* SMBD minimum receive size and fragmented sized defined in [MS-SMBD] */ #define S...
Linux kernel'inin 'fs/smb/smbdirect/rw' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (C) 2018, LG Electronics. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" static int smbdirect_connection_wait_for_rw_credits(struct smbdirect_socket *sc, int credits) { ...
Linux kernel'inin 'fs/smb/smbdirect/listen' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (C) 2018, LG Electronics. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" static int smbdirect_listen_rdma_event_handler(struct rdma_cm_id *id, struct rdma_cm_event *eve...
Linux kernel'inin 'fs/smb/smbdirect/accept' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2017, Microsoft Corporation. * Copyright (C) 2018, LG Electronics. * Copyright (c) 2025, Stefan Metzmacher */ #include "internal.h" #include <net/sock.h> #include "../common/smb2status.h" static int smbdirect_accept_rdma_event_handler(stru...
Linux işletim sistemi çekirdeği için 'fs/isofs/isofs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #include <linux/fs.h> #include <linux/buffer_head.h> #include <linux/exportfs.h> #include <linux/iso_fs.h> #include <linux/unaligned.h> enum isofs_file_format { isofs_file_normal = 0, isofs_file_sparse = 1, isofs_file_compressed = 2, }; /* * iso fs inode data in memory...
Linux kernel'inin 'fs/isofs/joliet' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/isofs/joliet.c * * (C) 1996 Gordon Chaffee * * Joliet: Microsoft's Unicode extensions to iso9660 */ #include <linux/types.h> #include <linux/nls.h> #include "isofs.h" /* * Convert Unicode 16 to UTF-8 or ASCII. */ static int uni16_to_x8(unsigned char *a...
Linux kernel'inin 'fs/isofs/export' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * fs/isofs/export.c * * (C) 2004 Paul Serice - The new inode scheme requires switching * from iget() to iget5_locked() which means * the NFS export operations have to be hand * coded because th...
Linux kernel'inin 'fs/isofs/inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/isofs/inode.c * * (C) 1991 Linus Torvalds - minix filesystem * 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem. * 1994 Eberhard Mönkeberg - multi session handling. * 1995 Mark Dobie - allow mounting of some weird Vid...
Linux işletim sistemi çekirdeği için 'fs/isofs/rock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * These structs are used by the system-use-sharing protocol, in which the * Rock Ridge extensions are embedded. It is quite possible that other * extensions are present on the disk, and this is fine as long as they * all use SUSP */ struct SU_SP_s { __u8 magic[2]; ...
Linux kernel'inin 'fs/isofs/dir' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/isofs/dir.c * * (C) 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem. * * (C) 1991 Linus Torvalds - minix filesystem * * Steve Beynon : Missing last directory entries fixed * (stephen@askone.demon.co.uk) : 21st June 1996 ...
Linux kernel'inin 'fs/isofs/compress' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2001 H. Peter Anvin - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * linux/fs/isofs/compress.c * * Transparen...
Linux kernel'inin 'fs/isofs/namei' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/isofs/namei.c * * (C) 1992 Eric Youngdale Modified for ISO 9660 filesystem. * * (C) 1991 Linus Torvalds - minix filesystem */ #include <linux/gfp.h> #include "isofs.h" static int isofs_cmp(struct dentry *dentry, const char *compare, int dlen) { if (li...
Linux işletim sistemi çekirdeği için 'fs/isofs/zisofs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* ----------------------------------------------------------------------- * * * Copyright 2001 H. Peter Anvin - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Prototypes for functions exported from ...
Linux kernel'inin 'fs/isofs/rock' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/isofs/rock.c * * (C) 1992, 1993 Eric Youngdale * * Rock Ridge Extensions to iso9660 */ #include <linux/slab.h> #include <linux/pagemap.h> #include "isofs.h" #include "rock.h" /* * These functions are designed to read the system areas of a directory re...
Linux kernel'inin 'fs/isofs/util' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/isofs/util.c */ #include <linux/time.h> #include "isofs.h" /* * We have to convert from a MM/DD/YY format to the Unix ctime format. * We have to take into account leap years and all of that good stuff. * Unfortunately, the kernel does not have the informat...
Linux işletim sistemi çekirdeği için 'fs/adfs/adfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #include <linux/buffer_head.h> #include <linux/fs.h> #include <linux/adfs_fs.h> /* Internal data structures for ADFS */ #define ADFS_FREE_FRAG 0 #define ADFS_BAD_FRAG 1 #define ADFS_ROOT_FRAG 2 #define ADFS_FILETYPE_NONE ((u16)~0) /* RISC OS 12-bit filetype is store...
Linux kernel'inin 'fs/adfs/super' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/super.c * * Copyright (C) 1997-1999 Russell King */ #include <linux/module.h> #include <linux/init.h> #include <linux/fs_parser.h> #include <linux/fs_context.h> #include <linux/mount.h> #include <linux/seq_file.h> #include <linux/slab.h> #include <l...
Linux kernel'inin 'fs/adfs/dir_f' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/dir_f.c * * Copyright (C) 1997-1999 Russell King * * E and F format directory handling */ #include "adfs.h" #include "dir_f.h" /* * Read an (unaligned) value of length 1..4 bytes */ static inline unsigned int adfs_readval(unsigned char *p, int ...
Linux kernel'inin 'fs/adfs/file' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * linux/fs/adfs/file.c * * Copyright (C) 1997-1999 Russell King * from: * * linux/fs/ext2/file.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * ...
Linux işletim sistemi çekirdeği için 'fs/adfs/dir_fplus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/fs/adfs/dir_fplus.h * * Copyright (C) 1999 Russell King * * Structures of directories on the F+ format disk */ #define ADFS_FPLUS_NAME_LEN 255 #define BIGDIRSTARTNAME ('S' | 'B' << 8 | 'P' << 16 | 'r' << 24) #define BIGDIRENDNAME ('o' | 'v' << 8 | '...
Linux kernel'inin 'fs/adfs/inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/inode.c * * Copyright (C) 1997-1999 Russell King */ #include <linux/buffer_head.h> #include <linux/mpage.h> #include <linux/writeback.h> #include "adfs.h" /* * Lookup/Create a block at offset 'block' into 'inode'. We currently do * not support c...
Linux kernel'inin 'fs/adfs/dir' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/dir.c * * Copyright (C) 1999-2000 Russell King * * Common directory handling for ADFS */ #include <linux/hex.h> #include <linux/slab.h> #include "adfs.h" /* * For future. This should probably be per-directory. */ static DECLARE_RWSEM(adfs_dir...
Linux işletim sistemi çekirdeği için 'fs/adfs/dir_f' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/fs/adfs/dir_f.h * * Copyright (C) 1999 Russell King * * Structures of directories on the F format disk */ #ifndef ADFS_DIR_F_H #define ADFS_DIR_F_H /* * Directory header */ struct adfs_dirheader { __u8 startmasseq; __u8 startname[4]; } __attribut...
Linux kernel'inin 'fs/adfs/map' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/map.c * * Copyright (C) 1997-2002 Russell King */ #include <linux/slab.h> #include <linux/statfs.h> #include <linux/unaligned.h> #include "adfs.h" /* * The ADFS map is basically a set of sectors. Each sector is called a * zone which contains a b...
Linux kernel'inin 'fs/adfs/dir_fplus' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * linux/fs/adfs/dir_fplus.c * * Copyright (C) 1997-1999 Russell King */ #include "adfs.h" #include "dir_fplus.h" /* Return the byte offset to directory entry pos */ static unsigned int adfs_fplus_offset(const struct adfs_bigdirheader *h, unsigned int pos...
Linux kernel'inin 'fs/kernfs/file' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * fs/kernfs/file.c - kernfs file implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> */ #include <linux/fs.h> #include <linux/seq_file.h> #include <linux/slab.h> ...
Linux kernel'inin 'fs/kernfs/inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * fs/kernfs/inode.c - kernfs inode implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> */ #include <linux/pagemap.h> #include <linux/backing-dev.h> #include <linu...
Linux kernel'inin 'fs/kernfs/dir' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * fs/kernfs/dir.c - kernfs directory implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> */ #include <linux/sched.h> #include <linux/fs.h> #include <linux/namei.h...
Linux kernel'inin 'fs/kernfs/symlink' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * fs/kernfs/symlink.c - kernfs symlink implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> */ #include <linux/fs.h> #include <linux/gfp.h> #include <linux/namei.h...
Linux işletim sistemi çekirdeği için 'fs/kernfs/kernfs-internal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * fs/kernfs/kernfs-internal.h - kernfs internal header file * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <teheo@suse.de> */ #ifndef __KERNFS_INTERNAL_H #define __KERNFS_INTERNAL_H #i...
Linux kernel'inin 'fs/kernfs/mount' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * fs/kernfs/mount.c - kernfs mount implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> */ #include <linux/fs.h> #include <linux/mount.h> #include <linux/init.h> #...
Linux kernel'inin 'fs/autofs/dev-ioctl' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2008 Red Hat, Inc. All rights reserved. * Copyright 2008 Ian Kent <raven@themaw.net> */ #include <linux/module.h> #include <linux/miscdevice.h> #include <linux/compat.h> #include <linux/fdtable.h> #include <linux/magic.h> #include <linux/nospec.h> #i...
Linux kernel'inin 'fs/autofs/init' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved */ #include <linux/module.h> #include <linux/init.h> #include "autofs_i.h" struct file_system_type autofs_fs_type = { .owner = THIS_MODULE, .name = "autofs", .init_fs_context = autofs_init_fs...
Linux işletim sistemi çekirdeği için 'fs/autofs/autofs_i' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 1997-1998 Transmeta Corporation - All Rights Reserved * Copyright 2005-2006 Ian Kent <raven@themaw.net> */ /* Internal header file for autofs */ #include <linux/auto_fs.h> #include <linux/auto_dev-ioctl.h> #include <linux/kernel.h> #include <li...
Linux kernel'inin 'fs/autofs/inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * Copyright 2005-2006 Ian Kent <raven@themaw.net> */ #include <linux/seq_file.h> #include <linux/pagemap.h> #include "autofs_i.h" struct autofs_info *autofs_new_ino(struct autofs_sb_info *sbi) {...
Linux kernel'inin 'fs/autofs/symlink' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved */ #include "autofs_i.h" static const char *autofs_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) { struct autofs_sb_info *sbi; struct autofs_info ...
Linux kernel'inin 'fs/autofs/expire' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> * Copyright 2001-2006 Ian Kent <raven@themaw.net> */ #include "autofs_i.h" /* Check if a dentry can be expired */ static inline int au...
Linux kernel'inin 'fs/autofs/root' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> * Copyright 2001-2006 Ian Kent <raven@themaw.net> */ #include <linux/capability.h> #include <linux/compat.h> #include <linux/string.h> ...
Linux kernel'inin 'fs/autofs/waitq' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * Copyright 2001-2006 Ian Kent <raven@themaw.net> */ #include <linux/sched/signal.h> #include "autofs_i.h" /* We make this a static variable rather than a part of the superblock; it * is better ...
Linux kernel'inin 'fs/efivarfs/super' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com> */ #include <linux/ctype.h> #include <linux/efi.h> #include <linux/fs.h> #include <linux/fs_context.h> #include <linux/fs_parser.h> #include <linux/module.h> #include <lin...
Linux işletim sistemi çekirdeği için 'fs/efivarfs/internal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com> */ #ifndef EFIVAR_FS_INTERNAL_H #define EFIVAR_FS_INTERNAL_H #include <linux/efi.h> struct efivarfs_mount_opts { kuid_t uid; kgid_t gid; }; struct efivarfs_fs_info ...
Linux kernel'inin 'fs/efivarfs/file' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com> */ #include <linux/efi.h> #include <linux/delay.h> #include <linux/fs.h> #include <linux/slab.h> #include <linux/mount.h> #include "internal.h" static ssize_t efivarfs_f...
Linux kernel'inin 'fs/efivarfs/vars' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Originally from efivars.c * * Copyright (C) 2001,2003,2004 Dell <Matt_Domsch@dell.com> * Copyright (C) 2004 Intel Corporation <matthew.e.tolentino@intel.com> */ #include <linux/capability.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/hex.h> #in...
Linux kernel'inin 'fs/efivarfs/inode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com> */ #include <linux/efi.h> #include <linux/fs.h> #include <linux/ctype.h> #include <linux/kmemleak.h> #include <linux/slab.h> #include <linux/uuid.h> #include <linux/fileat...
Linux kernel'inin 'fs/jffs2/super' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #includ...
Linux kernel'inin 'fs/jffs2/erase' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(...
Linux işletim sistemi çekirdeği için 'fs/jffs2/compr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>, * University of Szeged, Hungary * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #ifndef...
Linux kernel'inin 'fs/jffs2/xattr_trusted' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2006 NEC Corporation * * Created by KaiGai Kohei <kaigai@ak.jp.nec.com> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kernel.h> #include <linux/fs.h> #include <linux/jffs2.h> #include ...
Linux kernel'inin 'fs/jffs2/file' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(...
Linux kernel'inin 'fs/jffs2/gc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(...
Linux işletim sistemi çekirdeği için 'fs/jffs2/summary' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>, * Zoltan Sogor <weth@inf.u-szeged.hu>, * Patrik Kluba <pajko@halom.u-szeged.hu>, * University of Szeged, Hungary * * For licensing information, see the file 'LICENCE' in t...
Linux kernel'inin 'fs/jffs2/read' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #includ...
Linux kernel'inin 'fs/jffs2/acl' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2006 NEC Corporation * * Created by KaiGai Kohei <kaigai@ak.jp.nec.com> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <l...
Linux kernel'inin 'fs/jffs2/nodelist' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #includ...
Linux kernel'inin 'fs/jffs2/compr' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>, * University of Szeged, Hungary * * Created by Arjan van de Ven <arjan@infradead.org>...
Linux kernel'inin 'fs/jffs2/ioctl' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux...
Linux işletim sistemi çekirdeği için 'fs/jffs2/nodelist' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #ifndef __JFFS2_NODELIST_H__ #define __JFFS2_NODELIST_H__ #include <linux/fs....
Linux kernel'inin 'fs/jffs2/wbuf' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004 Thomas Gleixner <tglx@kernel.org> * * Created by David Woodhouse <dwmw2@infradead.org> * Modified debugged and enhanced by Thomas Gleixner <tglx@kernel.org> * * For licensing information, see...
Linux işletim sistemi çekirdeği için 'fs/jffs2/xattr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2006 NEC Corporation * * Created by KaiGai Kohei <kaigai@ak.jp.nec.com> * * For licensing information, see the file 'LICENCE' in this directory. * */ #ifndef _JFFS2_FS_XATTR_H_ #define _JFFS2_FS_XATTR_H_ #include <linux/xattr.h> #i...
Linux kernel'inin 'fs/jffs2/background' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(...
Linux işletim sistemi çekirdeği için 'fs/jffs2/jffs2_fs_i' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #ifndef _JFFS2_...