share_mode_entry 3450 source3/include/proto.h char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e);
share_mode_entry 3467 source3/include/proto.h bool is_valid_share_mode_entry(const struct share_mode_entry *e);
share_mode_entry 3468 source3/include/proto.h bool is_deferred_open_entry(const struct share_mode_entry *e);
share_mode_entry 3469 source3/include/proto.h bool is_unused_share_mode_entry(const struct share_mode_entry *e);
share_mode_entry 3486 source3/include/proto.h int share_mode_forall(void (*fn)(const struct share_mode_entry *, const char *,
share_mode_entry 6694 source3/include/proto.h void share_mode_entry_to_message(char *msg, const struct share_mode_entry *e);
share_mode_entry 6695 source3/include/proto.h void message_to_share_mode_entry(struct share_mode_entry *e, char *msg);
share_mode_entry  140 source3/libsmb/smb_share_modes.c 				const struct share_mode_entry *entry)
share_mode_entry  157 source3/libsmb/smb_share_modes.c static void create_share_mode_entry(struct share_mode_entry *out,
share_mode_entry  479 source3/locking/locking.c char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e)
share_mode_entry 1014 source3/locking/locking.c bool is_valid_share_mode_entry(const struct share_mode_entry *e)
share_mode_entry 1034 source3/locking/locking.c bool is_deferred_open_entry(const struct share_mode_entry *e)
share_mode_entry 1039 source3/locking/locking.c bool is_unused_share_mode_entry(const struct share_mode_entry *e)
share_mode_entry 1048 source3/locking/locking.c static void fill_share_mode_entry(struct share_mode_entry *e,
share_mode_entry 1067 source3/locking/locking.c static void fill_deferred_open_entry(struct share_mode_entry *e,
share_mode_entry 1083 source3/locking/locking.c 				 const struct share_mode_entry *entry)
share_mode_entry 1126 source3/locking/locking.c static bool share_modes_identical(struct share_mode_entry *e1,
share_mode_entry 1127 source3/locking/locking.c 				  struct share_mode_entry *e2)
share_mode_entry 1139 source3/locking/locking.c static bool deferred_open_identical(struct share_mode_entry *e1,
share_mode_entry 1140 source3/locking/locking.c 				    struct share_mode_entry *e2)
share_mode_entry 1148 source3/locking/locking.c 						      struct share_mode_entry *entry)
share_mode_entry 1508 source3/locking/locking.c int share_mode_forall(void (*fn)(const struct share_mode_entry *, const char *,
share_mode_entry  132 source3/rpc_server/srv_srvsvc_nt.c static void enum_file_fn( const struct share_mode_entry *e,
share_mode_entry  801 source3/rpc_server/srv_srvsvc_nt.c static void sess_file_fn( const struct share_mode_entry *e,
share_mode_entry 2401 source3/rpc_server/srv_srvsvc_nt.c static void enum_file_close_fn( const struct share_mode_entry *e,
share_mode_entry  608 source3/smbd/open.c static bool share_conflict(struct share_mode_entry *entry,
share_mode_entry  689 source3/smbd/open.c 				      struct share_mode_entry *share_entry)
share_mode_entry  838 source3/smbd/open.c 					struct share_mode_entry *exclusive,
share_mode_entry  863 source3/smbd/oplock.c void share_mode_entry_to_message(char *msg, const struct share_mode_entry *e)
share_mode_entry  886 source3/smbd/oplock.c void message_to_share_mode_entry(struct share_mode_entry *e, char *msg)
share_mode_entry  267 source3/smbd/oplock_onefs.c static void init_share_mode_entry(struct share_mode_entry *sme,
share_mode_entry  103 source3/utils/status.c static void print_share_mode(const struct share_mode_entry *e,
share_mode_entry  120 source3/web/statuspage.c static void print_share_mode(const struct share_mode_entry *e,