/fs/ntfs/ |
D | Kconfig | 9 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/ |
D | requestqueue.c | 156 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()
|
D | ast.c | 299 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()
|
D | lock.c | 2761 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 …]
|
D | lowcomms.c | 1482 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()
|
D | member.c | 526 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()
|
D | recover.c | 924 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/ |
D | Kconfig | 37 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/ |
D | Kconfig | 11 what all this is about, it's safe to say N. For more information
|
/fs/overlayfs/ |
D | Kconfig | 38 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/ |
D | Kconfig | 27 # strongly recommended to enable optimized implementations too. It is safe to
|
/fs/ufs/ |
D | Kconfig | 29 If you haven't heard about all of this before, it's safe to say N.
|
/fs/sysv/ |
D | Kconfig | 37 If you haven't heard about all of this before, it's safe to say N.
|
/fs/gfs2/ |
D | log.c | 370 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()
|
D | super.c | 1501 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/ |
D | Kconfig | 44 directory leases, safe distributed caching (oplock), optional packet
|
/fs/affs/ |
D | Changes | 80 - locking should be safe for the future
|
/fs/reiserfs/ |
D | README | 149 the endian safe patches which allow ReiserFS to run on any platform
|
D | journal.c | 4000 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/ |
D | mds_client.c | 3161 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/ |
D | tree-log.c | 3032 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()
|