is_offline 570 nsswitch/wbinfo.c bool is_offline; is_offline 578 nsswitch/wbinfo.c is_offline = (domain_list[i].domain_flags & WBC_DOMINFO_DOMAIN_OFFLINE); is_offline 582 nsswitch/wbinfo.c is_offline ? "offline" : "online" ); is_offline 497 source3/include/vfs.h bool (*is_offline)(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf); is_offline 632 source3/include/vfs.h struct vfs_handle_struct *is_offline; is_offline 154 source3/include/vfs_macros.h #define SMB_VFS_IS_OFFLINE(conn,path,sbuf) ((conn)->vfs.ops.is_offline((conn)->vfs.handles.is_offline,(path),(sbuf))) is_offline 288 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_IS_OFFLINE(conn,path,sbuf) ((conn)->vfs_opaque.ops.is_offline((conn)->vfs_opaque.handles.is_offline,(path),(sbuf))) is_offline 423 source3/include/vfs_macros.h #define SMB_VFS_NEXT_IS_OFFLINE(handle,path,sbuf) ((handle)->vfs_next.ops.is_offline((handle)->vfs_next.handles.is_offline,(path),(sbuf)))