Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 21 of 21) sorted by relevance

/fs/ntfs/
DKconfig9 safe, write support available. For write support you must also
28 Linux on your computer it is safe to say N.
56 This enables the partial, but safe, write support in the NTFS driver.
66 damaged someones data so we assume it is perfectly safe to use.
68 Note: While write support is safe in this version (a rewrite from
71 is not safe.
79 It is perfectly safe to say N here.
/fs/dlm/
Drequestqueue.c156 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local
159 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
Dast.c299 struct dlm_lkb *lkb, *safe; in dlm_callback_resume() local
309 list_for_each_entry_safe(lkb, safe, &ls->ls_cb_delay, lkb_cb_list) { in dlm_callback_resume()
Dlock.c2761 struct dlm_lkb *lkb, *safe; in process_lookup_list() local
2763 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list()
5132 struct dlm_lkb *lkb, *safe; in dlm_recover_waiters_pre() local
5143 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre()
5378 struct dlm_lkb *lkb, *safe; in purge_mstcpy_list() local
5380 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_mstcpy_list()
5411 struct dlm_lkb *lkb, *safe; in purge_dead_list() local
5413 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_dead_list()
6186 struct dlm_lkb *lkb, *safe; in dlm_clear_proc_locks() local
6210 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in dlm_clear_proc_locks()
[all …]
Dmember.c538 struct dlm_member *memb, *safe; in dlm_recover_members() local
552 list_for_each_entry_safe(memb, safe, &ls->ls_nodes, list) { in dlm_recover_members()
Drecover.c924 struct dlm_rsb *r, *safe; in dlm_release_root_list() local
927 list_for_each_entry_safe(r, safe, &ls->ls_root_list, res_root_list) { in dlm_release_root_list()
Dlowcomms.c1470 struct writequeue_entry *e, *safe; in clean_one_writequeue() local
1473 list_for_each_entry_safe(e, safe, &con->writequeue, list) { in clean_one_writequeue()
2020 struct dlm_node_addr *na, *safe; in dlm_lowcomms_exit() local
2023 list_for_each_entry_safe(na, safe, &dlm_node_addrs, list) { in dlm_lowcomms_exit()
/fs/ocfs2/
DKconfig37 It is always safe to say Y here, as the clustering method is
49 It is safe to say Y, as the clustering method is run-time
/fs/efs/
DKconfig11 what all this is about, it's safe to say N. For more information
/fs/overlayfs/
DKconfig38 If backward compatibility is not an issue, then it is safe and
104 issue, then it is safe and recommended to say Y here.
/fs/crypto/
DKconfig27 # strongly recommended to enable optimized implementations too. It is safe to
/fs/sysv/
DKconfig37 If you haven't heard about all of this before, it's safe to say N.
/fs/ufs/
DKconfig29 If you haven't heard about all of this before, it's safe to say N.
/fs/gfs2/
Dlog.c410 struct gfs2_trans *tr, *safe; in ail2_empty() local
414 list_for_each_entry_safe(tr, safe, ail2_list, tr_list) { in ail2_empty()
419 list_for_each_entry_safe(tr, safe, ail2_list, tr_list) { in ail2_empty()
Dsuper.c1466 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local
1469 list_for_each_entry_safe(lsi, safe, &sdp->sd_sc_inodes_list, si_list) { in free_local_statfs_inodes()
/fs/cifs/
DKconfig44 directory leases, safe distributed caching (oplock), optional packet
/fs/affs/
DChanges80 - locking should be safe for the future
/fs/reiserfs/
DREADME149 the endian safe patches which allow ReiserFS to run on any platform
Djournal.c3998 struct list_head *entry, *safe; in do_journal_end() local
4318 list_for_each_safe(entry, safe, &journal->j_journal_list) { in do_journal_end()
/fs/ceph/
Dmds_client.c3193 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) || in handle_reply()
3194 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()
3196 head->safe ? "safe" : "unsafe", tid, mds); in handle_reply()
3238 if (head->safe) { in handle_reply()
/fs/btrfs/
Dtree-log.c3043 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs() local
3045 list_for_each_entry_safe(ctx, safe, &root->log_ctxs[index], list) { in btrfs_remove_all_log_ctxs()