Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/fs/jffs2/
Djffs2_fs_sb.h97 struct list_head clean_list; /* Blocks 100% full of clean data */
98 struct list_head very_dirty_list; /* Blocks with lots of dirty space */
99 struct list_head dirty_list; /* Blocks with some dirty space */
100 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */
101 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre…
102 struct list_head erasing_list; /* Blocks which are currently erasing */
103 struct list_head erase_checking_list; /* Blocks which are being checked and marked */
104 struct list_head erase_pending_list; /* Blocks which need erasing now */
105 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written…
106 struct list_head free_list; /* Blocks which are free and ready to be used */
[all …]
/fs/nfsd/
Dstate.h68 struct list_head cb_per_client;
91 struct list_head dl_perfile;
92 struct list_head dl_perclnt;
93 struct list_head dl_recall_lru; /* delegation recalled */
190 struct list_head cn_persession;
200 struct list_head se_hash; /* hash by sessionid */
201 struct list_head se_perclnt;
210 struct list_head se_conns;
238 struct list_head cl_idhash; /* hash by cl_clientid.id */
240 struct list_head cl_openowners;
[all …]
Dnetns.h63 struct list_head *reclaim_str_hashtbl;
65 struct list_head *conf_id_hashtbl;
67 struct list_head *unconf_id_hashtbl;
69 struct list_head *ownerstr_hashtbl;
70 struct list_head *lockowner_ino_hashtbl;
71 struct list_head *sessionid_hashtbl;
81 struct list_head client_lru;
82 struct list_head close_lru;
83 struct list_head del_recall_lru;
/fs/dlm/
Ddlm_internal.h114 struct list_head list;
128 struct list_head list;
245 struct list_head lkb_statequeue; /* rsb g/c/w list */
246 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */
247 struct list_head lkb_wait_reply; /* waiting for remote reply */
248 struct list_head lkb_ownqueue; /* list of locks for a process */
249 struct list_head lkb_time_list;
256 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */
300 struct list_head res_lookup; /* lkbs waiting on first */
302 struct list_head res_hashchain;
[all …]
/fs/ceph/
Dmds_client.h132 struct list_head s_caps; /* all caps issued by this session */
135 struct list_head s_cap_releases; /* waiting cap_release messages */
136 struct list_head s_cap_releases_done; /* ready to send */
140 struct list_head s_cap_flushing; /* inodes w/ flushing caps */
141 struct list_head s_cap_snaps_flushing;
146 struct list_head s_waiting; /* waiting requests */
147 struct list_head s_unsafe; /* unsafe requests */
227 struct list_head r_unsafe_dir_item;
237 struct list_head r_wait;
241 struct list_head r_unsafe_item; /* per-session unsafe list item */
[all …]
Dsuper.h110 struct list_head session_caps; /* per-session caplist */
119 struct list_head caps_item;
134 struct list_head ci_item, flushing_item;
211 struct list_head lru;
270 struct list_head i_dirty_item, i_flushing_item;
279 struct list_head i_cap_delay_list; /* for delayed cap release to mds */
284 struct list_head i_cap_snaps; /* snapped state pending flush to mds */
308 struct list_head i_unsafe_writes; /* uncommitted sync writes */
309 struct list_head i_unsafe_dirops; /* uncommitted mds dir ops */
314 struct list_head i_snap_realm_item;
[all …]
/fs/
Dmount.h9 struct list_head list;
22 struct list_head m_hash;
28 struct list_head mnt_hash;
38 struct list_head mnt_mounts; /* list of children, anchored here */
39 struct list_head mnt_child; /* and going through their mnt_child */
40 struct list_head mnt_instance; /* mount instance on sb->s_mounts */
42 struct list_head mnt_list;
43 struct list_head mnt_expire; /* link in fs-specific expiry list */
44 struct list_head mnt_share; /* circular list of shared mounts */
45 struct list_head mnt_slave_list;/* list of slave mounts */
[all …]
Ddcookies.c37 struct list_head hash_list;
43 static struct list_head *dcookie_hashtable __read_mostly;
69 struct list_head * pos; in find_dcookie()
70 struct list_head * list; in find_dcookie()
88 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie()
219 struct list_head * d; in dcookie_init()
241 hash_size = PAGE_SIZE / sizeof(struct list_head); in dcookie_init()
286 struct list_head * list; in dcookie_exit()
287 struct list_head * pos; in dcookie_exit()
288 struct list_head * pos2; in dcookie_exit()
[all …]
/fs/btrfs/
Ddelayed-inode.h38 struct list_head node_list;
44 struct list_head prepare_list;
56 struct list_head n_list;
61 struct list_head p_list;
76 struct list_head tree_list; /* used for batch insert/delete items */
77 struct list_head readdir_list; /* used for readdir items */
136 void btrfs_get_delayed_items(struct inode *inode, struct list_head *ins_list,
137 struct list_head *del_list);
138 void btrfs_put_delayed_items(struct list_head *ins_list,
139 struct list_head *del_list);
[all …]
Dasync-thread.h59 struct list_head list;
60 struct list_head order_list;
92 struct list_head worker_list;
93 struct list_head idle_list;
99 struct list_head order_list;
100 struct list_head prio_order_list;
Dcompression.h50 struct list_head *(*alloc_workspace)(void);
52 void (*free_workspace)(struct list_head *workspace);
54 int (*compress_pages)(struct list_head *workspace,
64 int (*decompress_biovec)(struct list_head *workspace,
71 int (*decompress)(struct list_head *workspace,
Dtransaction.h40 struct list_head list;
45 struct list_head pending_snapshots;
46 struct list_head ordered_operations;
81 struct list_head qgroup_ref_list;
82 struct list_head new_bgs;
97 struct list_head list;
/fs/gfs2/
Dincore.h138 struct list_head bd_list;
142 struct list_head bd_ail_st_list;
143 struct list_head bd_ail_gl_list;
244 struct list_head gh_list;
317 struct list_head gl_holders;
326 struct list_head gl_lru;
327 struct list_head gl_ail_list;
359 struct list_head i_ordered;
360 struct list_head i_trunc_list;
388 struct list_head rr_list;
[all …]
/fs/nfs/blocklayout/
Dblocklayout.h48 struct list_head bm_devlist; /* holds pnfs_block_dev */
52 struct list_head bm_node;
69 struct list_head mtt_stub; /* Should be a radix tree */
76 struct list_head im_extents; /* Short extents for INVAL->RW conversion */
80 struct list_head it_link;
88 struct list_head be_node; /* link into lseg list */
100 struct list_head bse_node;
136 struct list_head bl_extents[EXTENT_LISTS]; /* R and RW extents */
137 struct list_head bl_commit; /* Needs layout commit */
138 struct list_head bl_committing; /* Layout committing */
/fs/ocfs2/dlm/
Ddlmcommon.h61 struct list_head hb_events;
110 struct list_head resources;
111 struct list_head received;
112 struct list_head node_data;
129 struct list_head list;
131 struct list_head dirty_list;
132 struct list_head purge_list;
133 struct list_head pending_asts;
134 struct list_head pending_basts;
135 struct list_head tracking_list;
[all …]
/fs/nilfs2/
Dsegbuf.h77 struct list_head sb_list;
88 struct list_head sb_segsum_buffers;
89 struct list_head sb_payload_buffers; /* including super root */
172 void nilfs_clear_logs(struct list_head *logs);
173 void nilfs_truncate_logs(struct list_head *logs,
175 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
176 int nilfs_wait_on_logs(struct list_head *logs);
177 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
179 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
Dsegment.h56 struct list_head ri_used_segments;
136 struct list_head sc_dirty_files;
137 struct list_head sc_gc_inodes;
147 struct list_head sc_segbufs;
148 struct list_head sc_write_logs;
244 extern void nilfs_dispose_segment_list(struct list_head *);
/fs/nfs/
Dpnfs.h43 struct list_head pls_list;
44 struct list_head pls_lc_list;
78 struct list_head pnfs_tblid;
105 void (*recover_commit_reqs) (struct list_head *list,
108 struct list_head *mds_pages,
134 struct list_head plh_layouts; /* other client layouts */
135 struct list_head plh_bulk_destroy;
136 struct list_head plh_segs; /* layout segments list */
196 void pnfs_free_lseg_list(struct list_head *tmp_list);
212 struct list_head *tmp_list,
[all …]
/fs/fuse/
Dfuse_i.h51 extern struct list_head fuse_conn_list;
95 struct list_head write_files;
98 struct list_head queued_writes;
108 struct list_head writepages;
146 struct list_head write_entry;
251 struct list_head list;
254 struct list_head intr_entry;
356 struct list_head writepages_entry;
401 struct list_head pending;
404 struct list_head processing;
[all …]
/fs/cifs/
Dcifsglob.h489 struct list_head tcp_ses_list;
490 struct list_head smb_ses_list;
506 struct list_head pending_mid_q;
692 struct list_head smb_ses_list;
693 struct list_head tcon_list;
743 struct list_head tcon_list;
745 struct list_head openFileList;
829 struct list_head pending_opens; /* list of incomplete opens */
875 struct list_head olist;
886 struct list_head llist; /* pointer to next cifsLockInfo */
[all …]
/fs/xfs/
Dxfs_extent_busy.h32 struct list_head list; /* transaction busy extent list */
46 xfs_extent_busy_clear(struct xfs_mount *mp, struct list_head *list,
62 xfs_extent_busy_ag_cmp(void *priv, struct list_head *a, struct list_head *b);
64 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
/fs/jbd2/
Drevoke.c107 struct list_head hash;
120 struct list_head *hash_table;
126 struct list_head *,
142 struct list_head *hash_list; in insert_revoke_hash()
171 struct list_head *hash_list; in find_revoke_record()
238 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL); in jbd2_journal_init_revoke_table()
255 struct list_head *hash_list; in jbd2_journal_destroy_revoke_table()
487 struct list_head *hash_list; in jbd2_clear_buffer_revoked_flags()
488 struct list_head *list_entry; in jbd2_clear_buffer_revoked_flags()
529 struct list_head *log_bufs, in jbd2_journal_write_revoke_records()
[all …]
/fs/ubifs/
Dubifs.h293 struct list_head list;
314 struct list_head nodes;
331 struct list_head list;
426 struct list_head list;
475 struct list_head list;
710 struct list_head list;
724 struct list_head buds_list;
912 struct list_head list;
913 struct list_head new_list;
1252 struct list_head old_buds;
[all …]
/fs/ocfs2/cluster/
Dtcp_internal.h107 struct list_head nn_status_list;
174 struct list_head sc_net_debug_item;
203 struct list_head nh_unregister_item;
219 struct list_head ns_node_item;
225 struct list_head st_net_debug_item;
/fs/afs/
Dinternal.h144 struct list_head link; /* link in vnode->writebacks */
195 struct list_head link; /* main cell list link */
197 struct list_head proc_link; /* /proc cell list link */
205 struct list_head servers; /* active server list */
209 struct list_head vl_list; /* cell's active VL record list */
251 struct list_head link; /* link in cell volume location list */
252 struct list_head grave; /* link in master graveyard list */
253 struct list_head update; /* link in master update list */
277 struct list_head link; /* link in cell's server list */
278 struct list_head grave; /* link in master graveyard list */
[all …]

12345678910>>...13