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()
5134 struct dlm_lkb *lkb, *safe; in dlm_recover_waiters_pre() local
5145 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre()
5380 struct dlm_lkb *lkb, *safe; in purge_mstcpy_list() local
5382 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_mstcpy_list()
5413 struct dlm_lkb *lkb, *safe; in purge_dead_list() local
5415 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_dead_list()
6188 struct dlm_lkb *lkb, *safe; in dlm_clear_proc_locks() local
6212 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in dlm_clear_proc_locks()
[all …]
Dlowcomms.c1482 struct writequeue_entry *e, *safe; in clean_one_writequeue() local
1485 list_for_each_entry_safe(e, safe, &con->writequeue, list) { in clean_one_writequeue()
1714 struct dlm_node_addr *na, *safe; in dlm_lowcomms_exit() local
1717 list_for_each_entry_safe(na, safe, &dlm_node_addrs, list) { in dlm_lowcomms_exit()
Dmember.c526 struct dlm_member *memb, *safe; in dlm_recover_members() local
540 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()
/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/ufs/
DKconfig29 If you haven't heard about all of this before, it's safe to say N.
/fs/sysv/
DKconfig37 If you haven't heard about all of this before, it's safe to say N.
/fs/gfs2/
Dlog.c370 struct gfs2_trans *tr, *safe; in ail2_empty() local
377 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
Dsuper.c1501 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local
1504 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.c4000 struct list_head *entry, *safe; in do_journal_end() local
4320 list_for_each_safe(entry, safe, &journal->j_journal_list) { in do_journal_end()
/fs/ceph/
Dmds_client.c3161 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) || in handle_reply()
3162 (test_bit(CEPH_MDS_R_GOT_SAFE, &req->r_req_flags) && head->safe)) { in handle_reply()
3164 head->safe ? "safe" : "unsafe", tid, mds); in handle_reply()
3206 if (head->safe) { in handle_reply()
/fs/btrfs/
Dtree-log.c3032 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs() local
3034 list_for_each_entry_safe(ctx, safe, &root->log_ctxs[index], list) { in btrfs_remove_all_log_ctxs()