/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() 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 …]
|
D | member.c | 538 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()
|
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()
|
D | lowcomms.c | 1470 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/ |
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/sysv/ |
D | Kconfig | 37 If you haven't heard about all of this before, it's safe to say N.
|
/fs/ufs/ |
D | Kconfig | 29 If you haven't heard about all of this before, it's safe to say N.
|
/fs/gfs2/ |
D | log.c | 410 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()
|
D | super.c | 1466 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/ |
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 | 3998 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/ |
D | mds_client.c | 3193 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/ |
D | tree-log.c | 3043 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()
|